JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested
Field
Constr
Method
Detail:
Field
Constr
Method
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH
Package
com.itextpdf.commons.bouncycastle.asn1
Interface IASN1Encoding
All Known Implementing Classes:
ASN1EncodingBC
public interface
IASN1Encoding
This interface represents the wrapper for ASN1Encoding that provides the ability to switch between bouncy-castle and bouncy-castle FIPS implementations.
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
String
getBer
()
Gets
BER
constant for the wrapped ASN1Encoding.
String
getDer
()
Gets
DER
constant for the wrapped ASN1Encoding.
Method Details
getDer
String
getDer
()
Gets
DER
constant for the wrapped ASN1Encoding.
Returns:
ASN1Encoding.DER value.
getBer
String
getBer
()
Gets
BER
constant for the wrapped ASN1Encoding.
Returns:
ASN1Encoding.BER value.