iText 8.0.5 API
iText.Commons.Bouncycastle.Asn1.IDerOutputStream 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.IDerOutputStream:
iText.Bouncycastle.Asn1.DerOutputStreamBC iText.Bouncycastlefips.Asn1.DerOutputStreamBCFips

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.IDerOutputStream.Dispose ( )

Delegates close method call to the wrapped stream.

Implemented in iText.Bouncycastle.Asn1.DerOutputStreamBC, and iText.Bouncycastlefips.Asn1.DerOutputStreamBCFips.

◆ WriteObject()

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

Calls actual writeObject method for the wrapped ASN1OutputStream object.

Parameters
primitive wrapped ASN1Primitive object.

Implemented in iText.Bouncycastle.Asn1.DerOutputStreamBC, and iText.Bouncycastlefips.Asn1.DerOutputStreamBCFips.