public class

ASN1Dump

extends Object
java.lang.Object
   ↳ org.bouncycastle.asn1.util.ASN1Dump
Known Direct Subclasses

Summary

Public Constructors
ASN1Dump()
Public Methods
static String dumpAsString(Object obj, boolean verbose)
Dump out the object as a string.
static String dumpAsString(Object obj)
dump out a DER object as a formatted string, in non-verbose mode.
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public ASN1Dump ()

Public Methods

public static String dumpAsString (Object obj, boolean verbose)

Dump out the object as a string.

Parameters
obj the object to be dumped
verbose if true, dump out the contents of octet and bit strings.
Returns
  • the resulting string.

public static String dumpAsString (Object obj)

dump out a DER object as a formatted string, in non-verbose mode.

Parameters
obj the DERObject to be dumped out.
Returns
  • the resulting string.