iText 9.1.0 API
|
Wrapper class for Org.BouncyCastle.Asn1.X509.CrlReason. More...
Public Member Functions |
|
CrlReasonBCFips (CrlReason reason) | |
Creates new wrapper instance for Org.BouncyCastle.Asn1.X509.CrlReason. More... |
|
virtual CrlReason | GetCrlReason () |
Gets actual org.bouncycastle object being wrapped. More... |
|
virtual int | GetKeyCompromise () |
Gets keyCompromise constant for the wrapped CRLReason. More... |
|
virtual int | GetRemoveFromCRL () |
Gets removeFromCRL constant for the wrapped CRLReason. 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 CrlReasonBCFips | GetInstance () |
Gets wrapper instance. More... |
|
Wrapper class for Org.BouncyCastle.Asn1.X509.CrlReason.
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.X509.CrlReason.
reason |
Org.BouncyCastle.Asn1.X509.CrlReason to be wrapped
|
inlinevirtual |
Gets actual org.bouncycastle object being wrapped.
|
inlinestatic |
Gets wrapper instance.
CrlReasonBCFips instance.
|
inlinevirtual |
Gets keyCompromise
constant for the wrapped CRLReason.
Implements iText.Commons.Bouncycastle.Asn1.X509.ICrlReason.
|
inlinevirtual |
Gets removeFromCRL
constant for the wrapped CRLReason.
Implements iText.Commons.Bouncycastle.Asn1.X509.ICrlReason.