|
iText 9.5.0 API
|
Wrapper class for Org.BouncyCastle.Asn1.DerStringBase. More...
Public Member Functions |
|
| DerStringBaseBC (DerStringBase asn1String) | |
| Creates new wrapper instance for Org.BouncyCastle.Asn1.DerStringBase. More... |
|
| virtual DerStringBase | GetDerStringBase () |
| Gets actual org.bouncycastle object being wrapped. More... |
|
| virtual String | GetString () |
Calls actual getString method for the wrapped ASN1String object. 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.DerStringBase.
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.DerStringBase.
| asn1String |
Org.BouncyCastle.Asn1.DerStringBase 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.
|
inline |
Returns a hash code value based on the wrapped object.
|
inlinevirtual |
Calls actual getString method for the wrapped ASN1String object.
Implements iText.Commons.Bouncycastle.Asn1.IDerStringBase.
|
inline |
Delegates toString method call to the wrapped object.