iText 9.0.0 API
|
This interface represents the wrapper for TBSCertificate that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. More...
Public Member Functions |
|
ISubjectPublicKeyInfo | GetSubjectPublicKeyInfo () |
Calls actual getSubjectPublicKeyInfo method for the wrapped TBSCertificate object. More... |
|
IX500Name | GetIssuer () |
Calls actual getIssuer method for the wrapped TBSCertificate object. More... |
|
IDerInteger | GetSerialNumber () |
Calls actual getSerialNumber method for the wrapped TBSCertificate object. More... |
|
![]() |
|
IAsn1Object | ToASN1Primitive () |
Calls actual toASN1Primitive method for the wrapped ASN1Encodable object. More... |
|
bool | IsNull () |
Checks if wrapped object is null. More... |
|
This interface represents the wrapper for TBSCertificate that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
IX500Name iText.Commons.Bouncycastle.Asn1.X509.ITbsCertificateStructure.GetIssuer | ( | ) |
Calls actual getIssuer
method for the wrapped TBSCertificate object.
iText.Commons.Bouncycastle.Asn1.X500.IX500Name wrapped X500Name.
Implemented in iText.Bouncycastlefips.Asn1.X509.TbsCertificateStructureBCFips, and iText.Bouncycastle.Asn1.X509.TbsCertificateStructureBC.
IDerInteger iText.Commons.Bouncycastle.Asn1.X509.ITbsCertificateStructure.GetSerialNumber | ( | ) |
Calls actual getSerialNumber
method for the wrapped TBSCertificate object.
iText.Commons.Bouncycastle.Asn1.IDerInteger wrapped ASN1Integer.
Implemented in iText.Bouncycastlefips.Asn1.X509.TbsCertificateStructureBCFips, and iText.Bouncycastle.Asn1.X509.TbsCertificateStructureBC.
ISubjectPublicKeyInfo iText.Commons.Bouncycastle.Asn1.X509.ITbsCertificateStructure.GetSubjectPublicKeyInfo | ( | ) |
Calls actual getSubjectPublicKeyInfo
method for the wrapped TBSCertificate object.
ISubjectPublicKeyInfo wrapped SubjectPublicKeyInfo.
Implemented in iText.Bouncycastlefips.Asn1.X509.TbsCertificateStructureBCFips, and iText.Bouncycastle.Asn1.X509.TbsCertificateStructureBC.