iText 9.2.0 API
|
Wrapper class for Org.BouncyCastle.Asn1.X509.X509Extensions. More...
Public Member Functions |
|
X509ExtensionsBCFips (X509Extensions extension) | |
Creates new wrapper instance for Org.BouncyCastle.Asn1.X509.X509Extensions. More... |
|
virtual X509Extensions | GetX509Extensions () |
Gets actual org.bouncycastle object being wrapped. More... |
|
virtual IDerObjectIdentifier | GetCRlDistributionPoints () |
Gets cRLDistributionPoints constant for the wrapped Extension. More... |
|
virtual IDerObjectIdentifier | GetIssuingDistributionPoint () |
Gets issuingDistributionPoint constant for the wrapped Extension. More... |
|
virtual IDerObjectIdentifier | GetAuthorityInfoAccess () |
Gets authorityInfoAccess constant for the wrapped Extension. More... |
|
virtual IDerObjectIdentifier | GetBasicConstraints () |
Gets basicConstraints constant for the wrapped Extension. More... |
|
virtual IDerObjectIdentifier | GetKeyUsage () |
Gets keyUsage constant for the wrapped Extension. More... |
|
virtual IDerObjectIdentifier | GetExtendedKeyUsage () |
Gets extendedKeyUsage constant for the wrapped Extension. More... |
|
virtual IDerObjectIdentifier | GetAuthorityKeyIdentifier () |
Gets authorityKeyIdentifier constant for the wrapped Extension. More... |
|
virtual IDerObjectIdentifier | GetSubjectKeyIdentifier () |
Gets subjectKeyIdentifier constant for the wrapped Extension. More... |
|
IDerObjectIdentifier | GetExpiredCertsOnCRL () |
Gets expiredCertsOnCRL constant for the wrapped Extension. More... |
|
![]() |
|
Asn1EncodableBCFips (Asn1Encodable encodable) | |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1Encodable. More... |
|
virtual Asn1Encodable | GetEncodable () |
Gets actual org.bouncycastle object being wrapped. More... |
|
virtual IAsn1Object | ToASN1Primitive () |
Calls actual toASN1Primitive method for the wrapped ASN1Encodable object. More... |
|
virtual bool | IsNull () |
Checks if wrapped object is null. More... |
|
override bool | Equals (Object o) |
Indicates whether some other object is "equal to" this one. More... |
|
override int | GetHashCode () |
Returns a hash code value based on the wrapped object. More... |
|
override String | ToString () |
Delegates toString method call to the wrapped object. More... |
|
Static Public Member Functions |
|
static iText.Bouncycastlefips.Asn1.X509.X509ExtensionsBCFips | GetInstance () |
Gets wrapper instance. More... |
|
Wrapper class for Org.BouncyCastle.Asn1.X509.X509Extensions.
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.X509.X509Extensions.
extension |
Org.BouncyCastle.Asn1.X509.X509Extensions to be wrapped
|
inlinevirtual |
Gets authorityInfoAccess
constant for the wrapped Extension.
Implements iText.Commons.Bouncycastle.Asn1.X509.IX509Extensions.
|
inlinevirtual |
Gets authorityKeyIdentifier
constant for the wrapped Extension.
Implements iText.Commons.Bouncycastle.Asn1.X509.IX509Extensions.
|
inlinevirtual |
Gets basicConstraints
constant for the wrapped Extension.
Implements iText.Commons.Bouncycastle.Asn1.X509.IX509Extensions.
|
inlinevirtual |
Gets cRLDistributionPoints
constant for the wrapped Extension.
Implements iText.Commons.Bouncycastle.Asn1.X509.IX509Extensions.
|
inline |
Gets expiredCertsOnCRL
constant for the wrapped Extension.
Implements iText.Commons.Bouncycastle.Asn1.X509.IX509Extensions.
|
inlinevirtual |
Gets extendedKeyUsage
constant for the wrapped Extension.
Implements iText.Commons.Bouncycastle.Asn1.X509.IX509Extensions.
|
inlinestatic |
Gets wrapper instance.
X509ExtensionsBCFips instance.
|
inlinevirtual |
Gets issuingDistributionPoint
constant for the wrapped Extension.
Implements iText.Commons.Bouncycastle.Asn1.X509.IX509Extensions.
|
inlinevirtual |
Gets keyUsage
constant for the wrapped Extension.
Implements iText.Commons.Bouncycastle.Asn1.X509.IX509Extensions.
|
inlinevirtual |
Gets subjectKeyIdentifier
constant for the wrapped Extension.
Implements iText.Commons.Bouncycastle.Asn1.X509.IX509Extensions.
|
inlinevirtual |
Gets actual org.bouncycastle object being wrapped.