Package org.bouncycastle.crypto.modes
Interface CBCModeCipher
- All Superinterfaces:
BlockCipher
,MultiBlockCipher
- All Known Implementing Classes:
CBCBlockCipher
-
Method Summary
Modifier and TypeMethodDescriptionreturn the underlying block cipher that we are wrapping.Methods inherited from interface org.bouncycastle.crypto.BlockCipher
getAlgorithmName, getBlockSize, init, processBlock, reset
Methods inherited from interface org.bouncycastle.crypto.MultiBlockCipher
getMultiBlockSize, processBlocks
-
Method Details
-
getUnderlyingCipher
BlockCipher getUnderlyingCipher()return the underlying block cipher that we are wrapping.- Returns:
- the underlying block cipher that we are wrapping.
-