Interface IAlgorithmIdentifier

  • All Superinterfaces:
    IASN1Encodable
    All Known Implementing Classes:
    AlgorithmIdentifierBC

    public interface IAlgorithmIdentifier
    extends IASN1Encodable
    This interface represents the wrapper for AlgorithmIdentifier that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
    • Method Detail

      • getParameters

        IASN1Encodable getParameters()
        Calls actual getParameters method for the wrapped AlgorithmIdentifier object.
        Returns:
        IASN1Encodable wrapped algorithm parameters.