|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.asn1.util.ASN1Dump
Utility class for dumping ASN.1 objects as (hopefully) human friendly strings.
| Constructor Summary | |
ASN1Dump()
|
|
| Method Summary | |
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ASN1Dump()
| Method Detail |
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.
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||