|
iText 9.5.0 API
|
This interface represents the wrapper for ASN1OutputStream that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations. More...
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... |
|
This interface represents the wrapper for ASN1OutputStream that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
| 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.
| void iText.Commons.Bouncycastle.Asn1.IAsn1OutputStream.WriteObject | ( | IAsn1Object | primitive | ) |
Calls actual writeObject method for the wrapped ASN1OutputStream object.
| primitive | wrapped ASN1Primitive object. |
Implemented in iText.Bouncycastle.Asn1.Asn1OutputStreamBC, and iText.Bouncycastlefips.Asn1.Asn1OutputStreamBCFips.