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

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

Inheritance diagram for iText.Commons.Bouncycastle.Asn1.IAsn1Encoding:
iText.Bouncycastle.Asn1.ASN1EncodingBC iText.Bouncycastlefips.Asn1.ASN1EncodingBCFips

Public Member Functions

String  GetDer ()
  Gets DER constant for the wrapped ASN1Encoding. More...
 
String  GetBer ()
  Gets BER constant for the wrapped ASN1Encoding. More...
 

Detailed Description

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

Member Function Documentation

◆ GetBer()

String iText.Commons.Bouncycastle.Asn1.IAsn1Encoding.GetBer ( )

Gets BER constant for the wrapped ASN1Encoding.

Returns
ASN1Encoding.BER value.

Implemented in iText.Bouncycastle.Asn1.ASN1EncodingBC, and iText.Bouncycastlefips.Asn1.ASN1EncodingBCFips.

◆ GetDer()

String iText.Commons.Bouncycastle.Asn1.IAsn1Encoding.GetDer ( )

Gets DER constant for the wrapped ASN1Encoding.

Returns
ASN1Encoding.DER value.

Implemented in iText.Bouncycastle.Asn1.ASN1EncodingBC, and iText.Bouncycastlefips.Asn1.ASN1EncodingBCFips.