Package org.bouncycastle.crypto.test
Class StreamCipherVectorTest
java.lang.Object
org.bouncycastle.util.test.SimpleTest
org.bouncycastle.crypto.test.StreamCipherVectorTest
- All Implemented Interfaces:
Test
a basic test that takes a stream cipher, key parameter, and an input
and output string.
-
Constructor Summary
ConstructorsConstructorDescriptionStreamCipherVectorTest
(int id, StreamCipher cipher, CipherParameters param, String input, String output) -
Method Summary
-
Constructor Details
-
StreamCipherVectorTest
public StreamCipherVectorTest(int id, StreamCipher cipher, CipherParameters param, String input, String output)
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceTest
- Specified by:
getName
in classSimpleTest
-
performTest
public void performTest()- Specified by:
performTest
in classSimpleTest
-