wtanaka.praya.gale
Class TestGalePublicKey

java.lang.Object
  |
  +--wtanaka.praya.gale.TestGalePublicKey

public class TestGalePublicKey
extends java.lang.Object

Test code for gale public key.

Return to Sourceforge or the Praya Homepage

Version:
$Name: $ $Date: 2001/10/11 08:40:41 $
Author:
$Author: wtanaka $
See Also:
GalePublicKey

Field Summary
private  byte[] azurebrdAtUgcs
           
private  byte[] damienAtOfbNet
           
private  byte[] damienAtOfbNet2
           
 
Constructor Summary
TestGalePublicKey()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void testBug428246()
          Regression test for http://sourceforge.net/tracker/?func=detail&aid=428246 &group_id=2302&atid=102302
 void testBug432472()
          Regression test for https://sourceforge.net/tracker/index.php?func=detail&aid=432472 &group_id=2302&atid=102302
 void testBug466434()
           
 void testBug470412()
           
 void testReadWriteIntegrity()
           
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

damienAtOfbNet

private byte[] damienAtOfbNet

damienAtOfbNet2

private byte[] damienAtOfbNet2

azurebrdAtUgcs

private byte[] azurebrdAtUgcs
Constructor Detail

TestGalePublicKey

public TestGalePublicKey()
Method Detail

testReadWriteIntegrity

public void testReadWriteIntegrity()
                            throws java.io.IOException

testBug428246

public void testBug428246()
                   throws java.io.IOException,
                          AuthException
Regression test for http://sourceforge.net/tracker/?func=detail&aid=428246 &group_id=2302&atid=102302

testBug466434

public void testBug466434()
                   throws java.io.IOException

testBug432472

public void testBug432472()
                   throws java.io.IOException,
                          AuthException,
                          NotEnoughInfoException
Regression test for https://sourceforge.net/tracker/index.php?func=detail&aid=432472 &group_id=2302&atid=102302

testBug470412

public void testBug470412()
                   throws java.io.IOException

main

public static void main(java.lang.String[] args)
                 throws java.io.IOException,
                        AuthException,
                        NotEnoughInfoException