Class McElieceFujisakiCipherTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.pqc.jcajce.provider.test.FlexiTest
-
- org.bouncycastle.pqc.jcajce.provider.test.AsymmetricHybridCipherTest
-
- org.bouncycastle.pqc.jcajce.provider.test.McElieceFujisakiCipherTest
-
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
-
-
-
-
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
-
-