Interface IASN1Dump
- All Known Implementing Classes:
-
ASN1DumpBC
,ASN1DumpBCFips
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 actualdumpAsString
method for the wrapped ASN1Dump object.dumpAsString
(Object obj, boolean b) Calls actualdumpAsString
method for the wrapped ASN1Dump object.
-
Method Details
-
dumpAsString
Calls actualdumpAsString
method for the wrapped ASN1Dump object.- Parameters:
-
obj
- the ASN1Primitive (or its wrapper) to be dumped out -
b
- if true, dump out the contents of octet and bit strings - Returns:
- the resulting string.
-
dumpAsString
Calls actualdumpAsString
method for the wrapped ASN1Dump object.- Parameters:
-
obj
- the ASN1Primitive (or its wrapper) to be dumped out - Returns:
- the resulting string.
-