public class ASN1Dump
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
TAB |
Constructor and Description |
---|
ASN1Dump() |
Modifier and Type | Method and Description |
---|---|
(package private) static java.lang.String |
_dumpAsString(java.lang.String indent,
DERObject obj)
dump a DER object as a formatted string with indentation
|
static java.lang.String |
dumpAsString(java.lang.Object obj)
dump out a DER object as a formatted string
|
private static final java.lang.String TAB
static java.lang.String _dumpAsString(java.lang.String indent, DERObject obj)
obj
- the DERObject to be dumped out.public static java.lang.String dumpAsString(java.lang.Object obj)
obj
- the DERObject to be dumped out.Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.