Bouncy Castle Cryptography Library 1.77.0

org.bouncycastle.crypto.modes
Interface CBCModeCipher

All Superinterfaces:
BlockCipher, MultiBlockCipher
All Known Implementing Classes:
CBCBlockCipher

public interface CBCModeCipher
extends MultiBlockCipher


Method Summary
 BlockCipher getUnderlyingCipher()
          return the underlying block cipher that we are wrapping.
 
Methods inherited from interface org.bouncycastle.crypto.MultiBlockCipher
getMultiBlockSize, processBlocks
 
Methods inherited from interface org.bouncycastle.crypto.BlockCipher
getAlgorithmName, getBlockSize, init, processBlock, reset
 

Method Detail

getUnderlyingCipher

public BlockCipher getUnderlyingCipher()
return the underlying block cipher that we are wrapping.
Returns:
the underlying block cipher that we are wrapping.

Bouncy Castle Cryptography Library 1.77.0