org.bouncycastle.crypto.modes
public class SICBlockCipher extends Object implements BlockCipher
Constructor Summary | |
---|---|
SICBlockCipher(BlockCipher c)
Basic constructor.
|
Method Summary | |
---|---|
String | getAlgorithmName() |
int | getBlockSize() |
BlockCipher | getUnderlyingCipher()
return the underlying block cipher that we are wrapping.
|
void | init(boolean forEncryption, CipherParameters params) |
int | processBlock(byte[] in, int inOff, byte[] out, int outOff) |
void | reset() |
Parameters: c the block cipher to be used.
Returns: the underlying block cipher that we are wrapping.