Interface ITBSCertificate
- All Superinterfaces:
-
IASN1Encodable
- All Known Implementing Classes:
-
TBSCertificateBC
,TBSCertificateBCFips
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 actualgetIssuer
method for the wrapped TBSCertificate object.Calls actualgetSerialNumber
method for the wrapped TBSCertificate object.Calls actualgetSubjectPublicKeyInfo
method for the wrapped TBSCertificate object.Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
Method Details
-
getSubjectPublicKeyInfo
ISubjectPublicKeyInfo getSubjectPublicKeyInfo()Calls actualgetSubjectPublicKeyInfo
method for the wrapped TBSCertificate object.- Returns:
-
ISubjectPublicKeyInfo
wrapped SubjectPublicKeyInfo.
-
getIssuer
IX500Name getIssuer()Calls actualgetIssuer
method for the wrapped TBSCertificate object.- Returns:
-
IX500Name
wrapped X500Name.
-
getSerialNumber
IASN1Integer getSerialNumber()Calls actualgetSerialNumber
method for the wrapped TBSCertificate object.- Returns:
-
IASN1Integer
wrapped ASN1Integer.
-