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 Sourceforge 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
           
 
Constructor Summary
TestGaleKeyGen()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void testBase()
           
 void testFail()
           
 void testSerialization()
           
 void testWithSigning()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

keygen

private GaleKeyGen keygen

from

private static final java.lang.String from

id

private static final java.lang.String id
Constructor Detail

TestGaleKeyGen

public TestGaleKeyGen()
Method Detail

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