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