C# Класс Org.BouncyCastle.Crypto.BufferedIesCipher

Наследование: BufferedCipherBase
Показать файл Открыть проект

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

Метод Описание
BufferedIesCipher ( IesEngine engine ) : System
DoFinal ( ) : byte[]
DoFinal ( byte input, int inOff, int length ) : byte[]
GetBlockSize ( ) : int
GetOutputSize ( int inputLen ) : int
GetUpdateOutputSize ( int inputLen ) : int
Init ( bool forEncryption, ICipherParameters parameters ) : void
ProcessByte ( byte input ) : byte[]
ProcessBytes ( byte input, int inOff, int length ) : byte[]
Reset ( ) : void

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

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

public BufferedIesCipher ( IesEngine engine ) : System
engine Org.BouncyCastle.Crypto.Engines.IesEngine
Результат System

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

public DoFinal ( ) : byte[]
Результат byte[]

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

public DoFinal ( byte input, int inOff, int length ) : byte[]
input byte
inOff int
length int
Результат byte[]

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

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

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

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

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

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

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

public Init ( bool forEncryption, ICipherParameters parameters ) : void
forEncryption bool
parameters ICipherParameters
Результат void

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

public ProcessByte ( byte input ) : byte[]
input byte
Результат byte[]

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

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

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

public Reset ( ) : void
Результат void