iText 8.0.5 API
iText.Commons.Bouncycastle.Asn1.IAsn1InputStream Interface Reference

This interface represents the wrapper for ASN1InputStream that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. More...

Inheritance diagram for iText.Commons.Bouncycastle.Asn1.IAsn1InputStream:
iText.Bouncycastle.Asn1.Asn1InputStreamBC iText.Bouncycastlefips.Asn1.Asn1InputStreamBCFips

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...
 

Detailed Description

This interface represents the wrapper for ASN1InputStream that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.

Member Function Documentation

◆ Dispose()

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.

◆ ReadObject()

IAsn1Object iText.Commons.Bouncycastle.Asn1.IAsn1InputStream.ReadObject ( )

Calls actual readObject method for the wrapped ASN1InputStream object.

Returns

IAsn1Object wrapped ASN1Primitive object.

Implemented in iText.Bouncycastle.Asn1.Asn1InputStreamBC, and iText.Bouncycastlefips.Asn1.Asn1InputStreamBCFips.