Test
public class BlockCipherVectorTest extends SimpleTest
Constructor | Description |
---|---|
BlockCipherVectorTest(int id,
BlockCipher engine,
CipherParameters param,
java.lang.String input,
java.lang.String output) |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getName() |
|
void |
performTest() |
public BlockCipherVectorTest(int id, BlockCipher engine, CipherParameters param, java.lang.String input, java.lang.String output)
public java.lang.String getName()
getName
in interface Test
getName
in class SimpleTest
public void performTest() throws java.lang.Exception
performTest
in class SimpleTest
java.lang.Exception