|
iText 9.5.0 API
|
Wrapper class for Org.BouncyCastle.Asn1.Asn1InputStream. More...
Public Member Functions |
|
| Asn1InputStreamBC (Asn1InputStream asn1InputStream) | |
| Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1InputStream. More... |
|
| Asn1InputStreamBC (byte[] bytes) | |
| Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1InputStream. More... |
|
| Asn1InputStreamBC (Stream stream) | |
| Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1InputStream. More... |
|
| virtual Asn1InputStream | GetAsn1InputStream () |
| Gets actual org.bouncycastle object being wrapped. More... |
|
| virtual IAsn1Object | ReadObject () |
Calls actual readObject method for the wrapped ASN1InputStream object. More... |
|
| virtual void | Dispose () |
Delegates close method call to the wrapped stream. 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.Asn1InputStream.
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1InputStream.
| asn1InputStream |
Org.BouncyCastle.Asn1.Asn1InputStream to be wrapped
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1InputStream.
| bytes | byte array to create Org.BouncyCastle.Asn1.Asn1InputStream |
|
inline |
Creates new wrapper instance for Org.BouncyCastle.Asn1.Asn1InputStream.
| stream | InputStream to create Org.BouncyCastle.Asn1.Asn1InputStream |
|
inlinevirtual |
Delegates close method call to the wrapped stream.
Implements iText.Commons.Bouncycastle.Asn1.IAsn1InputStream.
|
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 readObject method for the wrapped ASN1InputStream object.
Implements iText.Commons.Bouncycastle.Asn1.IAsn1InputStream.
|
inline |
Delegates toString method call to the wrapped object.