Bouncy Castle Cryptography Library 1.49

org.bouncycastle.pqc.jcajce.provider.test
Class McEliecePKCSCipherTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.bouncycastle.pqc.jcajce.provider.test.FlexiTest
              extended by org.bouncycastle.pqc.jcajce.provider.test.AsymmetricBlockCipherTest
                  extended by org.bouncycastle.pqc.jcajce.provider.test.McEliecePKCSCipherTest
All Implemented Interfaces:
junit.framework.Test

public class McEliecePKCSCipherTest
extends AsymmetricBlockCipherTest


Field Summary
 
Fields inherited from class org.bouncycastle.pqc.jcajce.provider.test.AsymmetricBlockCipherTest
cipher, keyPair, kpg, privKey, pubKey
 
Fields inherited from class org.bouncycastle.pqc.jcajce.provider.test.FlexiTest
rand, sr
 
Constructor Summary
McEliecePKCSCipherTest()
           
 
Method Summary
protected  void setUp()
           
 void testEnDecryption_11_50()
           
 void testEnDecryption_9_33()
           
 
Methods inherited from class org.bouncycastle.pqc.jcajce.provider.test.AsymmetricBlockCipherTest
performEnDecryptionTest
 
Methods inherited from class org.bouncycastle.pqc.jcajce.provider.test.FlexiTest
assertEquals, assertEquals, assertEquals, assertEquals, fail
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 

Constructor Detail

McEliecePKCSCipherTest

public McEliecePKCSCipherTest()
Method Detail

setUp

protected void setUp()
Overrides:
setUp in class FlexiTest

testEnDecryption_9_33

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

testEnDecryption_11_50

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

Bouncy Castle Cryptography Library 1.49