CbcBlockCipher public sealed class CbcBlockCipher : IBlockCipherMode, IBlockCipher Documentation public string AlgorithmName { get; } public bool IsPartialBlockOkay { get; } public IBlockCipher UnderlyingCipher { get; } public CbcBlockCipher(IBlockCipher cipher) public int GetBlockSize() public void Init(bool forEncryption, ICipherParameters parameters) public int ProcessBlock(byte[] input, int inOff, byte[] output, int outOff) public void Reset()