C# Class Org.BouncyCastle.Crypto.Modes.CtsBlockCipher

Inheritance: Org.BouncyCastle.Crypto.BufferedBlockCipher
ファイルを表示 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
CtsBlockCipher ( IBlockCipher cipher ) : System
DoFinal ( byte output, int outOff ) : int
GetOutputSize ( int length ) : int
GetUpdateOutputSize ( int length ) : int
ProcessByte ( byte input, byte output, int outOff ) : int
ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : int

Method Details

CtsBlockCipher() public method

public CtsBlockCipher ( IBlockCipher cipher ) : System
cipher IBlockCipher
return System

DoFinal() public method

public DoFinal ( byte output, int outOff ) : int
output byte
outOff int
return int

GetOutputSize() public method

public GetOutputSize ( int length ) : int
length int
return int

GetUpdateOutputSize() public method

public GetUpdateOutputSize ( int length ) : int
length int
return int

ProcessByte() public method

public ProcessByte ( byte input, byte output, int outOff ) : int
input byte
output byte
outOff int
return int

ProcessBytes() public method

public ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : int
input byte
inOff int
length int
output byte
outOff int
return int