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