org.gudy.bouncycastle.asn1.util
Class ASN1Dump
java.lang.Object
org.gudy.bouncycastle.asn1.util.ASN1Dump
- Direct Known Subclasses:
- DERDump
public class ASN1Dump
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ASN1Dump
public ASN1Dump()
_dumpAsString
public static String _dumpAsString(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 String dumpAsString(Object obj)
- dump out a DER object as a formatted string
- Parameters:
obj
- the DERObject to be dumped out.