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

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

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

Метод Описание
BufferedAeadBlockCipher ( IAeadBlockCipher cipher ) : System
DoFinal ( ) : byte[]
DoFinal ( byte input, int inOff, int inLen ) : byte[]
DoFinal ( byte output, int outOff ) : int
GetBlockSize ( ) : int
GetOutputSize ( int length ) : int
GetUpdateOutputSize ( int length ) : int
Init ( bool forEncryption, ICipherParameters parameters ) : void
ProcessByte ( byte input ) : byte[]
ProcessByte ( byte input, byte output, int outOff ) : int
ProcessBytes ( byte input, int inOff, int length ) : byte[]
ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : int
Reset ( ) : void

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

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

public BufferedAeadBlockCipher ( IAeadBlockCipher cipher ) : System
cipher IAeadBlockCipher
Результат System

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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[]
input byte
inOff int
length int
Результат byte[]

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

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

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