|
iText 9.4.0 API
|
Wrapper class for Org.BouncyCastle.Asn1.X509.ReasonFlags. More...
Public Member Functions |
|
| ReasonFlagsBCFips (ReasonFlags reasonFlags) | |
| Creates new wrapper instance for Org.BouncyCastle.Asn1.X509.ReasonFlags. More... |
|
| virtual ReasonFlags | GetReasonFlags () |
| Gets actual org.bouncycastle object being wrapped. More... |
|
Public Member Functions inherited from iText.Bouncycastlefips.Asn1.DerBitStringBCFips |
|
| DerBitStringBCFips (DerBitString asn1BitString) | |
| Creates new wrapper instance for Org.BouncyCastle.Asn1.DerBitString. More... |
|
| virtual DerBitString | GetDerBitString () |
| Gets actual org.bouncycastle object being wrapped. More... |
|
| virtual String | GetString () |
Calls actual getString method for the wrapped ASN1String object. More... |
|
| virtual int | IntValue () |
Calls actual intValue method for the wrapped ASN1BitString object. More... |
|
Public Member Functions inherited from iText.Bouncycastlefips.Asn1.Asn1ObjectBCFips |
|
| Asn1ObjectBCFips (Asn1Object primitive) | |
| Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1Object. More... |
|
| Asn1ObjectBCFips (byte[] array) | |
| Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1Object. More... |
|
| virtual Asn1Object | GetPrimitive () |
| Gets actual org.bouncycastle object being wrapped. More... |
|
| virtual byte[] | GetEncoded () |
Calls actual getEncoded method for the wrapped ASN1Primitive object. More... |
|
| virtual byte[] | GetEncoded (String encoding) |
Calls actual getEncoded method for the wrapped ASN1Primitive object. More... |
|
Public Member Functions inherited from iText.Bouncycastlefips.Asn1.Asn1EncodableBCFips |
|
| 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... |
|
Wrapper class for Org.BouncyCastle.Asn1.X509.ReasonFlags.
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.X509.ReasonFlags.
| reasonFlags |
Org.BouncyCastle.Asn1.X509.ReasonFlags to be wrapped
|
inlinevirtual |
Gets actual org.bouncycastle object being wrapped.