Interface ITBSCertificate
- All Superinterfaces:
IASN1Encodable
- All Known Implementing Classes:
TBSCertificateBC
This interface represents the wrapper for TBSCertificate that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptionCalls actualgetIssuermethod for the wrapped TBSCertificate object.Calls actualgetSerialNumbermethod for the wrapped TBSCertificate object.Calls actualgetSubjectPublicKeyInfomethod for the wrapped TBSCertificate object.Methods inherited from interface IASN1Encodable
isNull, toASN1Primitive
-
Method Details
-
getSubjectPublicKeyInfo
ISubjectPublicKeyInfo getSubjectPublicKeyInfo()Calls actualgetSubjectPublicKeyInfomethod for the wrapped TBSCertificate object.- Returns:
ISubjectPublicKeyInfowrapped SubjectPublicKeyInfo.
-
getIssuer
-
getSerialNumber
IASN1Integer getSerialNumber()Calls actualgetSerialNumbermethod for the wrapped TBSCertificate object.- Returns:
IASN1Integerwrapped ASN1Integer.
-