public interface CBCModeCipher extends MultiBlockCipher
Modifier and Type | Method and Description |
---|---|
BlockCipher |
getUnderlyingCipher()
return the underlying block cipher that we are wrapping.
|
getMultiBlockSize, processBlocks
getAlgorithmName, getBlockSize, init, processBlock, reset
BlockCipher getUnderlyingCipher()