C# Класс NBitcoin.BouncyCastle.Crypto.Paddings.PaddedBufferedBlockCipher

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

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

Метод Описание
DoFinal ( byte output, int outOff ) : int
GetOutputSize ( int length ) : int
GetUpdateOutputSize ( int length ) : int
Init ( bool forEncryption, ICipherParameters parameters ) : void
PaddedBufferedBlockCipher ( IBlockCipher cipher ) : System
PaddedBufferedBlockCipher ( IBlockCipher cipher, IBlockCipherPadding padding ) : System
ProcessByte ( byte input, byte output, int outOff ) : int
ProcessBytes ( byte input, int inOff, int length, byte output, int outOff ) : int

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

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

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

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

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

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

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

public PaddedBufferedBlockCipher ( IBlockCipher cipher, IBlockCipherPadding padding ) : System
cipher IBlockCipher
padding IBlockCipherPadding
Результат System

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