iText 9.1.0 API
|
This interface represents the wrapper for X509Extensions that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. More...
Public Member Functions |
|
IDerObjectIdentifier | GetCRlDistributionPoints () |
Gets cRLDistributionPoints constant for the wrapped Extension. More... |
|
IDerObjectIdentifier | GetIssuingDistributionPoint () |
Gets issuingDistributionPoint constant for the wrapped Extension. More... |
|
IDerObjectIdentifier | GetAuthorityInfoAccess () |
Gets authorityInfoAccess constant for the wrapped Extension. More... |
|
IDerObjectIdentifier | GetBasicConstraints () |
Gets basicConstraints constant for the wrapped Extension. More... |
|
IDerObjectIdentifier | GetKeyUsage () |
Gets keyUsage constant for the wrapped Extension. More... |
|
IDerObjectIdentifier | GetExtendedKeyUsage () |
Gets extendedKeyUsage constant for the wrapped Extension. More... |
|
IDerObjectIdentifier | GetAuthorityKeyIdentifier () |
Gets authorityKeyIdentifier constant for the wrapped Extension. More... |
|
IDerObjectIdentifier | GetSubjectKeyIdentifier () |
Gets subjectKeyIdentifier constant for the wrapped Extension. More... |
|
IDerObjectIdentifier | GetExpiredCertsOnCRL () |
Gets expiredCertsOnCRL constant for the wrapped Extension. 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 X509Extensions that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
IDerObjectIdentifier iText.Commons.Bouncycastle.Asn1.X509.IX509Extensions.GetAuthorityInfoAccess | ( | ) |
Gets authorityInfoAccess
constant for the wrapped Extension.
Implemented in iText.Bouncycastlefips.Asn1.X509.X509ExtensionsBCFips, and iText.Bouncycastle.Asn1.X509.X509ExtensionsBC.
IDerObjectIdentifier iText.Commons.Bouncycastle.Asn1.X509.IX509Extensions.GetAuthorityKeyIdentifier | ( | ) |
Gets authorityKeyIdentifier
constant for the wrapped Extension.
Implemented in iText.Bouncycastlefips.Asn1.X509.X509ExtensionsBCFips, and iText.Bouncycastle.Asn1.X509.X509ExtensionsBC.
IDerObjectIdentifier iText.Commons.Bouncycastle.Asn1.X509.IX509Extensions.GetBasicConstraints | ( | ) |
Gets basicConstraints
constant for the wrapped Extension.
Implemented in iText.Bouncycastlefips.Asn1.X509.X509ExtensionsBCFips, and iText.Bouncycastle.Asn1.X509.X509ExtensionsBC.
IDerObjectIdentifier iText.Commons.Bouncycastle.Asn1.X509.IX509Extensions.GetCRlDistributionPoints | ( | ) |
Gets cRLDistributionPoints
constant for the wrapped Extension.
Implemented in iText.Bouncycastlefips.Asn1.X509.X509ExtensionsBCFips, and iText.Bouncycastle.Asn1.X509.X509ExtensionsBC.
IDerObjectIdentifier iText.Commons.Bouncycastle.Asn1.X509.IX509Extensions.GetExpiredCertsOnCRL | ( | ) |
Gets expiredCertsOnCRL
constant for the wrapped Extension.
Implemented in iText.Bouncycastlefips.Asn1.X509.X509ExtensionsBCFips, and iText.Bouncycastle.Asn1.X509.X509ExtensionsBC.
IDerObjectIdentifier iText.Commons.Bouncycastle.Asn1.X509.IX509Extensions.GetExtendedKeyUsage | ( | ) |
Gets extendedKeyUsage
constant for the wrapped Extension.
Implemented in iText.Bouncycastlefips.Asn1.X509.X509ExtensionsBCFips, and iText.Bouncycastle.Asn1.X509.X509ExtensionsBC.
IDerObjectIdentifier iText.Commons.Bouncycastle.Asn1.X509.IX509Extensions.GetIssuingDistributionPoint | ( | ) |
Gets issuingDistributionPoint
constant for the wrapped Extension.
Implemented in iText.Bouncycastlefips.Asn1.X509.X509ExtensionsBCFips, and iText.Bouncycastle.Asn1.X509.X509ExtensionsBC.
IDerObjectIdentifier iText.Commons.Bouncycastle.Asn1.X509.IX509Extensions.GetKeyUsage | ( | ) |
Gets keyUsage
constant for the wrapped Extension.
Implemented in iText.Bouncycastlefips.Asn1.X509.X509ExtensionsBCFips, and iText.Bouncycastle.Asn1.X509.X509ExtensionsBC.
IDerObjectIdentifier iText.Commons.Bouncycastle.Asn1.X509.IX509Extensions.GetSubjectKeyIdentifier | ( | ) |
Gets subjectKeyIdentifier
constant for the wrapped Extension.
Implemented in iText.Bouncycastlefips.Asn1.X509.X509ExtensionsBCFips, and iText.Bouncycastle.Asn1.X509.X509ExtensionsBC.