org.eu.mayrhofer.authentication.test
Class BC_JCE_InteroperabilityTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.eu.mayrhofer.authentication.test.BC_JCE_InteroperabilityTest
All Implemented Interfaces:
junit.framework.Test

public class BC_JCE_InteroperabilityTest
extends junit.framework.TestCase


Field Summary
static java.math.BigInteger skip1024Base
          The base used with the SKIP 1024 bit modulus
static java.math.BigInteger skip1024Modulus
          The SKIP 1024 bit modulus.
 
Constructor Summary
BC_JCE_InteroperabilityTest()
           
 
Method Summary
 void testDHAgreement()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

skip1024Modulus

public static final java.math.BigInteger skip1024Modulus
The SKIP 1024 bit modulus. This is only a BigInterger representation of skip1024ModulusBytes, but kept for performance reasons.


skip1024Base

public static final java.math.BigInteger skip1024Base
The base used with the SKIP 1024 bit modulus

Constructor Detail

BC_JCE_InteroperabilityTest

public BC_JCE_InteroperabilityTest()
Method Detail

testDHAgreement

public void testDHAgreement()
                     throws java.lang.Exception
Throws:
java.lang.Exception


2005-2006, Rene Mayrhofer.