Package org.gudy.bouncycastle.asn1.util
Class ASN1Dump
- java.lang.Object
-
- org.gudy.bouncycastle.asn1.util.ASN1Dump
-
- Direct Known Subclasses:
DERDump
public class ASN1Dump extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private static java.lang.String
TAB
-
Constructor Summary
Constructors Constructor Description ASN1Dump()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
_dumpAsString(java.lang.String indent, DERObject obj)
dump a DER object as a formatted string with indentationstatic java.lang.String
dumpAsString(java.lang.Object obj)
dump out a DER object as a formatted string
-
-
-
Field Detail
-
TAB
private static final java.lang.String TAB
- See Also:
- Constant Field Values
-
-
Method Detail
-
_dumpAsString
public static java.lang.String _dumpAsString(java.lang.String indent, DERObject obj)
dump a DER object as a formatted string with indentation- Parameters:
obj
- the DERObject to be dumped out.
-
dumpAsString
public static java.lang.String dumpAsString(java.lang.Object obj)
dump out a DER object as a formatted string- Parameters:
obj
- the DERObject to be dumped out.
-
-