|
iText 9.5.0 API
|
Wrapper class for Org.BouncyCastle.Asn1.Asn1Encodable. More...
Public Member Functions |
|
| ASN1EncodingBC (Asn1Encodable asn1Encoding) | |
| Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1Encodable. More... |
|
| virtual Asn1Encodable | GetASN1Encoding () |
| Gets actual org.bouncycastle object being wrapped. More... |
|
| virtual String | GetDer () |
Gets DER constant for the wrapped ASN1Encoding. More... |
|
| virtual String | GetBer () |
Gets BER constant for the wrapped ASN1Encoding. 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.Bouncycastle.Asn1.ASN1EncodingBC | GetInstance () |
| Gets wrapper instance. More... |
|
Wrapper class for Org.BouncyCastle.Asn1.Asn1Encodable.
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1Encodable.
| asn1Encoding |
Org.BouncyCastle.Asn1.Asn1Encodable to be wrapped
|
inline |
Indicates whether some other object is "equal to" this one.
Indicates whether some other object is "equal to" this one. Compares wrapped objects.
|
inlinevirtual |
Gets actual org.bouncycastle object being wrapped.
|
inlinevirtual |
Gets BER constant for the wrapped ASN1Encoding.
Implements iText.Commons.Bouncycastle.Asn1.IAsn1Encoding.
|
inlinevirtual |
Gets DER constant for the wrapped ASN1Encoding.
Implements iText.Commons.Bouncycastle.Asn1.IAsn1Encoding.
|
inline |
Returns a hash code value based on the wrapped object.
|
inlinestatic |
Gets wrapper instance.
ASN1EncodingBC instance.
|
inline |
Delegates toString method call to the wrapped object.