org.apache.geronimo.util.asn1.util
Class ASN1Dump

java.lang.Object
  extended by org.apache.geronimo.util.asn1.util.ASN1Dump
Direct Known Subclasses:
DERDump

public class ASN1Dump
extends Object


Constructor Summary
ASN1Dump()
           
 
Method Summary
static String dumpAsString(Object obj)
          dump out a DER object as a formatted string
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ASN1Dump

public ASN1Dump()
Method Detail

dumpAsString

public static String dumpAsString(Object obj)
dump out a DER object as a formatted string

Parameters:
obj - the DERObject to be dumped out.


Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.