wtanaka.praya.gale
Class TestGaleKeyGen
java.lang.Object
|
+--wtanaka.praya.gale.TestGaleKeyGen
- public class TestGaleKeyGen
- extends java.lang.Object
Test code for GaleKeyGen.
Return to
or the Praya Homepage
- Version:
- $Name: $ $Date: 2001/10/17 09:19:13 $
- Author:
- $Author: wtanaka $
- See Also:
GaleKeyGen
|
Field Summary |
private static java.lang.String |
from
|
private static java.lang.String |
id
|
private GaleKeyGen |
keygen
|
| Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
keygen
private GaleKeyGen keygen
from
private static final java.lang.String from
id
private static final java.lang.String id
TestGaleKeyGen
public TestGaleKeyGen()
testBase
public void testBase()
throws java.security.NoSuchAlgorithmException,
AuthException,
InvalidKeyFormatException
testSerialization
public void testSerialization()
throws java.security.NoSuchAlgorithmException,
AuthException,
InvalidKeyFormatException,
java.io.IOException,
NotEnoughInfoException
testFail
public void testFail()
throws java.security.NoSuchAlgorithmException,
InvalidKeyFormatException,
java.io.IOException,
NotEnoughInfoException
testWithSigning
public void testWithSigning()
throws java.security.NoSuchAlgorithmException,
java.io.IOException
main
public static void main(java.lang.String[] args)
throws java.security.NoSuchAlgorithmException,
AuthException,
InvalidKeyFormatException,
NotEnoughInfoException,
java.io.IOException