org.logi.crypto
Interface PrettyPrintable

All Known Subinterfaces:
BlindSignatureKey, CipherKey, Key, SignatureKey
All Known Implementing Classes:
Crypto

public interface PrettyPrintable


Method Summary
 void prettyPrint(java.io.PrintWriter out)
          Print this object to out, indented with ind tabs, going down at most rec levels of recursion.
 void prettyPrint(java.io.PrintWriter out, int ind, int rec)
          Print this object to out, indented with ind tabs, going down at most rec levels of recursion.
 

Method Detail

prettyPrint

public void prettyPrint(java.io.PrintWriter out,
                        int ind,
                        int rec)
                 throws java.io.IOException
Print this object to out, indented with ind tabs, going down at most rec levels of recursion.

prettyPrint

public void prettyPrint(java.io.PrintWriter out)
                 throws java.io.IOException
Print this object to out, indented with ind tabs, going down at most rec levels of recursion.


Copyright 1997-2000 Logi Ragnarsson