Package org.bouncycastle.crypto.test
Class BigSkippingCipherTest
- java.lang.Object
-
- TestCase
-
- org.bouncycastle.crypto.test.BigSkippingCipherTest
-
public class BigSkippingCipherTest extends TestCase
-
-
Constructor Summary
Constructors Constructor Description BigSkippingCipherTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testAESCTR()
void
testChaCha()
void
testCipher(java.util.Random random, SkippingStreamCipher linearEngine, SkippingStreamCipher skippingEngine)
void
testSalsa20()
-
-
-
Method Detail
-
testAESCTR
public void testAESCTR() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testSalsa20
public void testSalsa20() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testChaCha
public void testChaCha() throws java.lang.Exception
- Throws:
java.lang.Exception
-
testCipher
public void testCipher(java.util.Random random, SkippingStreamCipher linearEngine, SkippingStreamCipher skippingEngine) throws java.lang.Exception
- Throws:
java.lang.Exception
-
-