public class DERDump extends ASN1Dump
| Constructor and Description |
|---|
DERDump()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
dumpAsString(DEREncodable obj)
Deprecated.
dump out a DER object as a formatted string
|
static java.lang.String |
dumpAsString(DERObject obj)
Deprecated.
dump out a DER object as a formatted string
|
_dumpAsString, dumpAsStringpublic static java.lang.String dumpAsString(DERObject obj)
obj - the DERObject to be dumped out.public static java.lang.String dumpAsString(DEREncodable obj)
obj - the DERObject to be dumped out.Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.