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 java.lang.String
getBer()
GetsBER
constant for the wrapped ASN1Encoding.java.lang.String
getDer()
GetsDER
constant for the wrapped ASN1Encoding.
-