Package org.bouncycastle.pqc.crypto.test
Class NTRUEncryptTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.pqc.crypto.test.NTRUEncryptTest
-
public class NTRUEncryptTest extends TestCase
-
-
Constructor Summary
Constructors Constructor Description NTRUEncryptTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testEncodedKeysFast()
void
testEncodedKeysSlow()
void
testEncryptDecrypt()
-
-
-
Method Detail
-
testEncryptDecrypt
public void testEncryptDecrypt() throws InvalidCipherTextException
- Throws:
InvalidCipherTextException
-
testEncodedKeysSlow
public void testEncodedKeysSlow() throws java.io.IOException, InvalidCipherTextException
- Throws:
java.io.IOException
InvalidCipherTextException
-
testEncodedKeysFast
public void testEncodedKeysFast() throws java.io.IOException, InvalidCipherTextException
- Throws:
java.io.IOException
InvalidCipherTextException
-
-