Interface AlgorithmMethod

    • Method Detail

      • getAlgorithm

        String getAlgorithm()
        Returns the algorithm URI of this AlgorithmMethod.
        Returns:
        the algorithm URI of this AlgorithmMethod
      • getParameterSpec

        AlgorithmParameterSpec getParameterSpec()
        Returns the algorithm parameters of this AlgorithmMethod.
        Returns:
        the algorithm parameters of this AlgorithmMethod. Returns null if this AlgorithmMethod does not require parameters and they are not specified.