de.cscc.crypto.tools
Class CryptoTool

java.lang.Object
  extended byde.cscc.crypto.tools.CryptoTool

public final class CryptoTool
extends Object

CryptoTool Class.

Version:
$Revision: 1.12 $
Author:
Uwe Günther

Method Summary
static void main(String[] args)
          The main method.
 void run(String[] args, PrintStream out)
          The object starter.
 String toString()
          String representation of this class.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
String representation of this class. Useful for debugging.

Returns:
the String representation of this class.

main

public static void main(String[] args)
The main method.

Parameters:
args - the argument String array.

run

public void run(String[] args,
                PrintStream out)
The object starter.

Parameters:
args - the argument String array.
out - the PrintStream where the output should be go out.


Copyright © 2001, 2002 by Uwe Günther. See the COPYING file for more details. Browse the source as HTML.