Interface ISigningCertificate
- All Superinterfaces:
IASN1Encodable
- All Known Implementing Classes:
SigningCertificateBC
This interface represents the wrapper for SigningCertificate that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptiongetCerts()Calls actualgetCertsmethod for the wrapped SigningCertificate object.Methods inherited from interface IASN1Encodable
isNull, toASN1Primitive
-
Method Details
-
getCerts
IESSCertID[] getCerts()Calls actualgetCertsmethod for the wrapped SigningCertificate object.- Returns:
- array of wrapped certificates
IESSCertID.
-