Package org.bouncycastle.crypto.modes
Interface CBCModeCipher
-
- All Superinterfaces:
BlockCipher
,MultiBlockCipher
- All Known Implementing Classes:
CBCBlockCipher
public interface CBCModeCipher extends MultiBlockCipher
-
-
Method Summary
-
Methods inherited from interface org.bouncycastle.crypto.BlockCipher
getAlgorithmName, getBlockSize, init, processBlock, reset
-
Methods inherited from interface org.bouncycastle.crypto.MultiBlockCipher
getMultiBlockSize, processBlocks
-
-