tribble.crypto
Class RSACipherTest

java.lang.Object
  extended bytribble.crypto.RSACipherTest

public class RSACipherTest
extends java.lang.Object

Test driver for class RSACipher.

Since:
2003-03-24
Version:
$Revision: 1.1 $ $Date: 2003/03/24 06:33:46 $
Author:
David R. Tribble (david@tribble.com).
Copyright ©2003 by David R. Tribble, all rights reserved.
Permission is granted to freely use and distribute this source code provided that the original copyright and authorship notices remain intact.
See Also:
RSACipher

Method Summary
static void main(java.lang.String[] args)
          Test driver.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Test driver.

Usage

    java tribble.crypto.RSACipherTest text pubkey.xml privkey.xml
 

Throws:
java.lang.Exception
Since:
1.1, 2003-03-24