Package org.bouncycastle.crypto.test
Class BlockCipherVectorTest
java.lang.Object
org.bouncycastle.util.test.SimpleTest
org.bouncycastle.crypto.test.BlockCipherVectorTest
- All Implemented Interfaces:
Test
a basic test that takes a cipher, key parameter, and an input
and output string. This test wraps the engine in a buffered block
cipher with padding disabled.
-
Constructor Summary
ConstructorsConstructorDescriptionBlockCipherVectorTest
(int id, BlockCipher engine, CipherParameters param, String input, String output) -
Method Summary
-
Constructor Details
-
BlockCipherVectorTest
public BlockCipherVectorTest(int id, BlockCipher engine, CipherParameters param, String input, String output)
-
-
Method Details
-
getName
- Specified by:
getName
in interfaceTest
- Specified by:
getName
in classSimpleTest
-
performTest
- Specified by:
performTest
in classSimpleTest
- Throws:
Exception
-