Class CtsBlockCipher
- Namespace
- Enterprises.Org.BouncyCastle.Crypto.Modes
- Assembly
- Enterprises.BouncyCastle.Crypto.dll
public class CtsBlockCipher : BufferedBlockCipher, IBufferedCipher
- Inheritance
-
CtsBlockCipher
- Implements
- Inherited Members
Constructors
CtsBlockCipher(IBlockCipher)
public CtsBlockCipher(IBlockCipher cipher)
Parameters
cipher
IBlockCipher
Methods
DoFinal(byte[], int)
public override int DoFinal(byte[] output, int outOff)
Parameters
Returns
GetOutputSize(int)
public override int GetOutputSize(int length)
Parameters
length
int
Returns
GetUpdateOutputSize(int)
public override int GetUpdateOutputSize(int length)
Parameters
length
int
Returns
ProcessByte(byte, byte[], int)
public override int ProcessByte(byte input, byte[] output, int outOff)
Parameters
Returns
ProcessBytes(byte[], int, int, byte[], int)
public override int ProcessBytes(byte[] input, int inOff, int length, byte[] output, int outOff)