iText 9.5.0 API
iText.Commons.Bouncycastle.Asn1.IAsn1OutputStream Interface Reference

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

Inheritance diagram for iText.Commons.Bouncycastle.Asn1.IAsn1OutputStream:
iText.Bouncycastle.Asn1.Asn1OutputStreamBC iText.Bouncycastlefips.Asn1.Asn1OutputStreamBCFips

Public Member Functions

void  WriteObject (IAsn1Object primitive)
  Calls actual writeObject method for the wrapped ASN1OutputStream object. More...
 
void  Dispose ()
  Delegates close method call to the wrapped stream. More...
 

Detailed Description

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

Member Function Documentation

◆ Dispose()

void iText.Commons.Bouncycastle.Asn1.IAsn1OutputStream.Dispose ( )

Delegates close method call to the wrapped stream.

Implemented in iText.Bouncycastle.Asn1.Asn1OutputStreamBC, and iText.Bouncycastlefips.Asn1.Asn1OutputStreamBCFips.

◆ WriteObject()

void iText.Commons.Bouncycastle.Asn1.IAsn1OutputStream.WriteObject ( IAsn1Object  primitive )

Calls actual writeObject method for the wrapped ASN1OutputStream object.

Parameters
primitive wrapped ASN1Primitive object.

Implemented in iText.Bouncycastle.Asn1.Asn1OutputStreamBC, and iText.Bouncycastlefips.Asn1.Asn1OutputStreamBCFips.