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