Interface IAlgorithmIdentifier
- All Superinterfaces:
-
IASN1Encodable
- All Known Implementing Classes:
-
AlgorithmIdentifierBC
,AlgorithmIdentifierBCFips
This interface represents the wrapper for AlgorithmIdentifier that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptionCalls actualgetAlgorithm
method for the wrapped AlgorithmIdentifier object.Calls actualgetParameters
method for the wrapped AlgorithmIdentifier object.Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
Method Details
-
getAlgorithm
IASN1ObjectIdentifier getAlgorithm()Calls actualgetAlgorithm
method for the wrapped AlgorithmIdentifier object.- Returns:
-
IASN1ObjectIdentifier
wrapped algorithm ASN1ObjectIdentifier.
-
getParameters
IASN1Encodable getParameters()Calls actualgetParameters
method for the wrapped AlgorithmIdentifier object.- Returns:
-
IASN1Encodable
wrapped algorithm parameters.
-