org.logi.crypto.io
Interface PrettyPrintable
- All Known Subinterfaces:
- BlindingKey, BlindSigningKey, CipherKey, DecryptionKey, EncryptionKey, Key, SigningKey, VerificationKey
- public interface PrettyPrintable
Classes implementing this interface can write themselves to a PrintWriter
object in a fairly readable manner.
|
Method Summary |
void |
prettyPrint(java.io.PrintWriter out)
Print this object to out. |
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. |
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.
Copyright (c) 1997-2001 Logi Ragnarsson - Distributed under the GPL