C# Класс NBitcoin.BouncyCastle.Crypto.BufferedBlockCipher

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

Открытые свойства

Свойство Тип Описание
buf byte[]
bufOff int
cipher IBlockCipher
forEncryption bool

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

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

Защищенные методы

Метод Описание
BufferedBlockCipher ( ) : System

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

BufferedBlockCipher() защищенный Метод

protected BufferedBlockCipher ( ) : System
Результат System

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

public BufferedBlockCipher ( IBlockCipher cipher ) : System
cipher IBlockCipher
Результат 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

Описание свойств

buf публичное свойство

public byte[] buf
Результат byte[]

bufOff публичное свойство

public int bufOff
Результат int

cipher публичное свойство

public IBlockCipher cipher
Результат IBlockCipher

forEncryption публичное свойство

public bool forEncryption
Результат bool