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