Class NewHopeTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.pqc.jcajce.provider.test.NewHopeTest
-
public class NewHopeTest extends TestCaseTest cases for the use of NewHope (NH) with the BCPQC provider.
-
-
Constructor Summary
Constructors Constructor Description NewHopeTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestKeyExchange()voidtestPrivateKeyRecovery()voidtestPublicKeyRecovery()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testKeyExchange
public void testKeyExchange() throws java.lang.Exception- Throws:
java.lang.Exception
-
testPrivateKeyRecovery
public void testPrivateKeyRecovery() throws java.lang.Exception- Throws:
java.lang.Exception
-
testPublicKeyRecovery
public void testPublicKeyRecovery() throws java.lang.Exception- Throws:
java.lang.Exception
-
-