public class DERDump extends ASN1Dump
Constructor and Description |
---|
DERDump()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static String |
dumpAsString(DEREncodable obj)
Deprecated.
dump out a DER object as a formatted string
|
static String |
dumpAsString(DERObject obj)
Deprecated.
dump out a DER object as a formatted string
|
dumpAsString, dumpAsString
public static String dumpAsString(DERObject obj)
obj
- the DERObject to be dumped out.public static String dumpAsString(DEREncodable obj)
obj
- the DERObject to be dumped out.Copyright © 2015. All rights reserved.