Class TBSCertificateBCFips
java.lang.Object
com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
com.itextpdf.bouncycastlefips.asn1.x509.TBSCertificateBCFips
- All Implemented Interfaces:
-
IASN1Encodable
,ITBSCertificate
Wrapper class for
TBSCertificate
.
-
Constructor Summary
ConstructorDescriptionTBSCertificateBCFips
(org.bouncycastle.asn1.x509.TBSCertificate tbsCertificate) Creates new wrapper instance forTBSCertificate
. -
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.org.bouncycastle.asn1.x509.TBSCertificate
Gets actual org.bouncycastle object being wrapped.Methods inherited from class com.itextpdf.bouncycastlefips.asn1.ASN1EncodableBCFips
equals, getEncodable, hashCode, isNull, toASN1Primitive, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.itextpdf.commons.bouncycastle.asn1.IASN1Encodable
isNull, toASN1Primitive
-
Constructor Details
-
TBSCertificateBCFips
public TBSCertificateBCFips(org.bouncycastle.asn1.x509.TBSCertificate tbsCertificate) Creates new wrapper instance forTBSCertificate
.- Parameters:
-
tbsCertificate
-TBSCertificate
to be wrapped
-
-
Method Details
-
getTBSCertificate
public org.bouncycastle.asn1.x509.TBSCertificate getTBSCertificate()Gets actual org.bouncycastle object being wrapped.- Returns:
-
wrapped
TBSCertificate
.
-
getSubjectPublicKeyInfo
Calls actualgetSubjectPublicKeyInfo
method for the wrapped TBSCertificate object.- Specified by:
-
getSubjectPublicKeyInfo
in interfaceITBSCertificate
- Returns:
-
ISubjectPublicKeyInfo
wrapped SubjectPublicKeyInfo.
-
getIssuer
Calls actualgetIssuer
method for the wrapped TBSCertificate object.- Specified by:
-
getIssuer
in interfaceITBSCertificate
- Returns:
-
IX500Name
wrapped X500Name.
-
getSerialNumber
Calls actualgetSerialNumber
method for the wrapped TBSCertificate object.- Specified by:
-
getSerialNumber
in interfaceITBSCertificate
- Returns:
-
IASN1Integer
wrapped ASN1Integer.
-