be.cardon.utils
Class Dumper

java.lang.Object
  extended by be.cardon.utils.Dumper

public class Dumper
extends java.lang.Object

To dump object to a write stream


Constructor Summary
Dumper()
          Creates a new instance of Dumper
 
Method Summary
static void dumpChain(java.security.cert.Certificate[] certs, java.io.PrintStream printStream)
          Dump the chain of certificate (n° + subject name).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Dumper

public Dumper()
Creates a new instance of Dumper

Method Detail

dumpChain

public static void dumpChain(java.security.cert.Certificate[] certs,
                             java.io.PrintStream printStream)
Dump the chain of certificate (n° + subject name).