demo
Class TestSignature

java.lang.Object
  |
  +--demo.TestSignature

public class TestSignature
extends Object

This class tests the functionality of the signature algorithtms.


Constructor Summary
TestSignature()
           
 
Method Summary
static void main(String[] arg)
          Performs a test for the implemented signature algorithms.
 void start()
          Tests the functionality of signature algorithms using MD5/RSA, SHA/RSA, DSA.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestSignature

public TestSignature()
Method Detail

start

public void start()
Tests the functionality of signature algorithms using MD5/RSA, SHA/RSA, DSA. The signature objects are created and initialized with the private keys to introduce a signing process. Following this, a randomly chosen data is supplied to the signature objects for building the signatures. For the subsequent verifying of the signatures the apprpriate public keys of the key pairs generated above are used.

main

public static void main(String[] arg)
Performs a test for the implemented signature algorithms.

This Javadoc may contain text parts from IETF Internet Standard specifications, see copyright note) and RSA Data Security Public-Key Cryptography Standards (see copyright note).

IAIK-JCE ME 3.04, (c) 2002 IAIK, (c) 2003 to 2006 Stiftung SIC