Class CbcBlockCipher
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Modes
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class CbcBlockCipher : IBlockCipher
- Inheritance
-
CbcBlockCipher
- Implements
- Inherited Members
Constructors
CbcBlockCipher(IBlockCipher)
public CbcBlockCipher(IBlockCipher cipher)
Parameters
cipherIBlockCipher
Properties
AlgorithmName
public string AlgorithmName { get; }
Property Value
IsPartialBlockOkay
public bool IsPartialBlockOkay { get; }
Property Value
Methods
GetBlockSize()
public int GetBlockSize()
Returns
GetUnderlyingCipher()
public IBlockCipher GetUnderlyingCipher()
Returns
Init(bool, ICipherParameters)
public void Init(bool forEncryption, ICipherParameters parameters)
Parameters
forEncryptionboolparametersICipherParameters
ProcessBlock(byte[], int, byte[], int)
public int ProcessBlock(byte[] input, int inOff, byte[] output, int outOff)
Parameters
Returns
Reset()
public void Reset()