Bouncy Castle Cryptography 1.51

org.bouncycastle.crypto.test
Class GCMReorderTest

java.lang.Object
  extended by TestCase
      extended by org.bouncycastle.crypto.test.GCMReorderTest

public class GCMReorderTest
extends TestCase


Constructor Summary
GCMReorderTest()
           
 
Method Summary
 void testCombine()
           
 void testConcatAuth()
           
 void testConcatCrypt()
           
 void testExp()
           
 void testMultiply()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GCMReorderTest

public GCMReorderTest()
Method Detail

testCombine

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

testConcatAuth

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

testConcatCrypt

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

testExp

public void testExp()

testMultiply

public void testMultiply()

Bouncy Castle Cryptography 1.51