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

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

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

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

Reset the buffer

Приватные методы

Метод Описание
GetBufferPosition ( ) : int

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

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

public BufferedAsymmetricBlockCipher ( IAsymmetricBlockCipher cipher ) : System
cipher IAsymmetricBlockCipher
Результат 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 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[]

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

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

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

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