All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class is.logi.crypto.test.TestSign

java.lang.Object
   |
   +----is.logi.crypto.Crypto
           |
           +----is.logi.crypto.test.TestSign

public class TestSign
extends Crypto
This application passes everything on standard input to a SignStream and then on through a VerifyStream and onto standard output. This is a very complicated way to achieve nothing at all.

It tests the SignStream, VerifyStream, Signature, RSAKey, SHA1State and other classes.

Author:
Logi Ragnarsson (logir@hi.is)

Method Index

 o main(String[])

Methods

 o main
 public static void main(String arg[]) throws Exception

All Packages  Class Hierarchy  This Package  Previous  Next  Index