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
-
TestKey()
-
-
createKeys(String[])
-
-
help()
-
-
main(String[])
- Run with argument DES, TriDES, RSA or Caesar.
-
printKeys(Key, Key)
-
-
testCDS(Key, Key)
-
-
testCrypt(CipherKey, CipherKey)
-
-
testSign(SignatureKey, SignatureKey)
-
TestKey
public TestKey()
help
public static void help()
createKeys
public static KeyPair createKeys(String arg[])
printKeys
public static void printKeys(Key pub,
Key pri)
testCDS
public static boolean testCDS(Key pub,
Key pri)
testCrypt
public static boolean testCrypt(CipherKey pub,
CipherKey pri)
testSign
public static boolean testSign(SignatureKey pub,
SignatureKey pri)
main
public static void main(String arg[])
- Run with argument DES, TriDES, RSA or Caesar.
All Packages Class Hierarchy This Package Previous Next Index