Interface CTRModeCipher
- All Superinterfaces:
BlockCipher, MultiBlockCipher, SkippingCipher, SkippingStreamCipher, StreamCipher
- All Known Implementing Classes:
SICBlockCipher
-
Method Summary
Modifier and TypeMethodDescriptionreturn the underlying block cipher that we are wrapping.Methods inherited from interface BlockCipher
getAlgorithmName, getBlockSize, init, processBlock, resetMethods inherited from interface MultiBlockCipher
getMultiBlockSize, processBlocksMethods inherited from interface SkippingCipher
getPosition, seekTo, skipMethods inherited from interface StreamCipher
getAlgorithmName, init, processBytes, reset, returnByte
-
Method Details
-
getUnderlyingCipher
BlockCipher getUnderlyingCipher()return the underlying block cipher that we are wrapping.- Returns:
- the underlying block cipher that we are wrapping.
-