Class NewHopeTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.pqc.jcajce.provider.test.NewHopeTest
-
public class NewHopeTest extends TestCase
Test 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 void
setUp()
void
testKeyExchange()
void
testPrivateKeyRecovery()
void
testPublicKeyRecovery()
-
-
-
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
-
-