Class McElieceFujisakiCipherTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.bouncycastle.pqc.jcajce.provider.test.FlexiTest
-
- org.bouncycastle.pqc.jcajce.provider.test.AsymmetricHybridCipherTest
-
- org.bouncycastle.pqc.jcajce.provider.test.McElieceFujisakiCipherTest
-
- All Implemented Interfaces:
junit.framework.Test
public class McElieceFujisakiCipherTest extends AsymmetricHybridCipherTest
-
-
Constructor Summary
Constructors Constructor Description McElieceFujisakiCipherTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidsetUp()voidtestEnDecryption_SHA1_11_50()Test encryption and decryption performance for SHA256 message digest and parameters m=11, t=50.voidtestEnDecryption_SHA224_11_50()voidtestEnDecryption_SHA256_11_50()-
Methods inherited from class org.bouncycastle.pqc.jcajce.provider.test.AsymmetricHybridCipherTest
performEnDecryptionTest
-
Methods inherited from class org.bouncycastle.pqc.jcajce.provider.test.FlexiTest
assertEquals, assertEquals, assertEquals, assertEquals, fail
-
Methods inherited from class junit.framework.TestCase
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, tearDown, toString
-
-
-
-
Method Detail
-
testEnDecryption_SHA1_11_50
public void testEnDecryption_SHA1_11_50() throws java.lang.ExceptionTest encryption and decryption performance for SHA256 message digest and parameters m=11, t=50.- Throws:
java.lang.Exception
-
testEnDecryption_SHA224_11_50
public void testEnDecryption_SHA224_11_50() throws java.lang.Exception- Throws:
java.lang.Exception
-
testEnDecryption_SHA256_11_50
public void testEnDecryption_SHA256_11_50() throws java.lang.Exception- Throws:
java.lang.Exception
-
-