Package org.bouncycastle.crypto.test
Class BlockCipherVectorTest
- java.lang.Object
-
- org.bouncycastle.util.test.SimpleTest
-
- org.bouncycastle.crypto.test.BlockCipherVectorTest
-
- All Implemented Interfaces:
Test
public class BlockCipherVectorTest extends SimpleTest
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
Constructors Constructor Description BlockCipherVectorTest(int id, BlockCipher engine, CipherParameters param, java.lang.String input, java.lang.String output)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getName()
void
performTest()
-
-
-
Constructor Detail
-
BlockCipherVectorTest
public BlockCipherVectorTest(int id, BlockCipher engine, CipherParameters param, java.lang.String input, java.lang.String output)
-
-
Method Detail
-
getName
public java.lang.String getName()
- Specified by:
getName
in interfaceTest
- Specified by:
getName
in classSimpleTest
-
performTest
public void performTest() throws java.lang.Exception
- Specified by:
performTest
in classSimpleTest
- Throws:
java.lang.Exception
-
-