C# Класс Org.BouncyCastle.Crypto.Modes.CtsBlockCipher

Наследование: Org.BouncyCastle.Crypto.BufferedBlockCipher
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

CtsBlockCipher() публичный Метод

public CtsBlockCipher ( IBlockCipher cipher ) : System
cipher IBlockCipher
Результат System

DoFinal() публичный Метод

public DoFinal ( byte output, int outOff ) : int
output byte
outOff int
Результат int

GetOutputSize() публичный Метод

public GetOutputSize ( int length ) : int
length int
Результат int

GetUpdateOutputSize() публичный Метод

public GetUpdateOutputSize ( int length ) : int
length int
Результат int

ProcessByte() публичный Метод

public ProcessByte ( byte input, byte output, int outOff ) : int
input byte
output byte
outOff int
Результат int

ProcessBytes() публичный Метод

public ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : int
input byte
inOff int
length int
output byte
outOff int
Результат int