org.bouncycastle.crypto.test
Class BlockCipherMonteCarloTest
java.lang.Object
org.bouncycastle.crypto.test.BlockCipherMonteCarloTest
- Test
public class BlockCipherMonteCarloTest
extends java.lang.Object
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.
BlockCipherMonteCarloTest
public BlockCipherMonteCarloTest(int id,
int iterations,
BlockCipher engine,
CipherParameters param,
String input,
String output)
getName
public String getName()
- getName in interface Test