Table of Contents

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

output byte[]
outOff int

Returns

int

GetOutputSize(int)

public override int GetOutputSize(int length)

Parameters

length int

Returns

int

GetUpdateOutputSize(int)

public override int GetUpdateOutputSize(int length)

Parameters

length int

Returns

int

ProcessByte(byte, byte[], int)

public override int ProcessByte(byte input, byte[] output, int outOff)

Parameters

input byte
output byte[]
outOff int

Returns

int

ProcessBytes(byte[], int, int, byte[], int)

public override int ProcessBytes(byte[] input, int inOff, int length, byte[] output, int outOff)

Parameters

input byte[]
inOff int
length int
output byte[]
outOff int

Returns

int