|
iText 9.5.0 API
|
This interface represents the wrapper for ASN1InputStream that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. More...
Public Member Functions |
|
| IAsn1Object | ReadObject () |
Calls actual readObject method for the wrapped ASN1InputStream object. More... |
|
| void | Dispose () |
Delegates close method call to the wrapped stream. More... |
|
This interface represents the wrapper for ASN1InputStream that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
| void iText.Commons.Bouncycastle.Asn1.IAsn1InputStream.Dispose | ( | ) |
Delegates close method call to the wrapped stream.
Implemented in iText.Bouncycastle.Asn1.Asn1InputStreamBC, and iText.Bouncycastlefips.Asn1.Asn1InputStreamBCFips.
| IAsn1Object iText.Commons.Bouncycastle.Asn1.IAsn1InputStream.ReadObject | ( | ) |
Calls actual readObject method for the wrapped ASN1InputStream object.
IAsn1Object wrapped ASN1Primitive object.
Implemented in iText.Bouncycastle.Asn1.Asn1InputStreamBC, and iText.Bouncycastlefips.Asn1.Asn1InputStreamBCFips.