All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class is.hi.logir.cryptonite.test.TestKey

java.lang.Object
   |
   +----is.hi.logir.cryptonite.Cryptonite
           |
           +----is.hi.logir.cryptonite.test.TestKey

public class TestKey
extends Cryptonite
This application tests the various Key classes.

Author:
Logi Ragnarsson (logir@hi.is)
See Also:
Key

Constructor Index

 o TestKey()

Method Index

 o createKeys(String[])
 o help()
 o main(String[])
Run with argument DES, TriDES, RSA or Caesar.
 o printKeys(Key, Key)
 o testCDS(Key, Key)
 o testCrypt(CipherKey, CipherKey)
 o testSign(SignatureKey, SignatureKey)

Constructors

 o TestKey
 public TestKey()

Methods

 o help
 public static void help()
 o createKeys
 public static KeyPair createKeys(String arg[])
 o printKeys
 public static void printKeys(Key pub,
                              Key pri)
 o testCDS
 public static boolean testCDS(Key pub,
                               Key pri)
 o testCrypt
 public static boolean testCrypt(CipherKey pub,
                                 CipherKey pri)
 o testSign
 public static boolean testSign(SignatureKey pub,
                                SignatureKey pri)
 o main
 public static void main(String arg[])
Run with argument DES, TriDES, RSA or Caesar.


All Packages  Class Hierarchy  This Package  Previous  Next  Index