Package org.gudy.bouncycastle.asn1.util
Class ASN1Dump
java.lang.Object
org.gudy.bouncycastle.asn1.util.ASN1Dump
- Direct Known Subclasses:
DERDump
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic String
_dumpAsString
(String indent, DERObject obj) dump a DER object as a formatted string with indentationstatic String
dumpAsString
(Object obj) dump out a DER object as a formatted string
-
Field Details
-
TAB
- See Also:
-
-
Constructor Details
-
ASN1Dump
public ASN1Dump()
-
-
Method Details
-
_dumpAsString
dump a DER object as a formatted string with indentation- Parameters:
obj
- the DERObject to be dumped out.
-
dumpAsString
dump out a DER object as a formatted string- Parameters:
obj
- the DERObject to be dumped out.
-