DERDump
public class ASN1Dump
extends java.lang.Object
Constructor | Description |
---|---|
ASN1Dump() |
Modifier and Type | Method | Description |
---|---|---|
static java.lang.String |
dumpAsString(java.lang.Object obj) |
dump out a DER object as a formatted string, in non-verbose mode.
|
static java.lang.String |
dumpAsString(java.lang.Object obj,
boolean verbose) |
Dump out the object as a string.
|
public static java.lang.String dumpAsString(java.lang.Object obj)
obj
- the ASN1Primitive to be dumped out.public static java.lang.String dumpAsString(java.lang.Object obj, boolean verbose)
obj
- the object to be dumpedverbose
- if true, dump out the contents of octet and bit strings.