Class QTESLATest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- org.bouncycastle.pqc.jcajce.provider.test.FlexiTest
-
- org.bouncycastle.pqc.jcajce.provider.test.KeyPairGeneratorTest
-
- org.bouncycastle.pqc.jcajce.provider.test.QTESLATest
-
- All Implemented Interfaces:
junit.framework.Test
public class QTESLATest extends KeyPairGeneratorTest
-
-
Constructor Summary
Constructors Constructor Description QTESLATest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testCatPIIIVector0()
void
testCatPIVector0()
void
testGenerateKeyPairSigningVerifyingPI()
void
testGenerateKeyPairSigningVerifyingPIII()
-
Methods inherited from class org.bouncycastle.pqc.jcajce.provider.test.KeyPairGeneratorTest
performKeyPairEncodingTest
-
Methods inherited from class org.bouncycastle.pqc.jcajce.provider.test.FlexiTest
assertEquals, assertEquals, assertEquals, assertEquals, fail, setUp
-
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
-
testGenerateKeyPairSigningVerifyingPI
public void testGenerateKeyPairSigningVerifyingPI() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testGenerateKeyPairSigningVerifyingPIII
public void testGenerateKeyPairSigningVerifyingPIII() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testCatPIVector0
public void testCatPIVector0() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testCatPIIIVector0
public void testCatPIIIVector0() throws java.lang.Exception
- Throws:
java.lang.Exception
-
-