Interface IASN1Dump
- All Known Implementing Classes:
ASN1DumpBC
public interface IASN1Dump
This interface represents the wrapper for ASN1Dump that provides the ability
to switch between bouncy-castle and bouncy-castle FIPS implementations.
-
Method Summary
Modifier and TypeMethodDescriptiondumpAsString(Object obj) Calls actualdumpAsStringmethod for the wrapped ASN1Dump object.dumpAsString(Object obj, boolean b) Calls actualdumpAsStringmethod for the wrapped ASN1Dump object.
-
Method Details
-
dumpAsString
-
dumpAsString
-