C# Класс Org.BouncyCastle.Crypto.Engines.BlowfishEngine

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

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

Метод Описание
BlowfishEngine ( ) : System
GetBlockSize ( ) : int
Init ( bool forEncryption, byte key ) : void
ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int
ProcessBuffer ( byte input, int inOff, byte output, int outOff, int length ) : void
Reset ( ) : void

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

Метод Описание
DecryptBlock ( byte src, int srcIndex, byte dst, int dstIndex ) : void
EncryptBlock ( byte src, int srcIndex, byte dst, int dstIndex ) : void
F ( uint x ) : uint
ProcessTable ( uint xl, uint xr, uint table ) : void
SetKey ( byte key ) : void

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

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

public BlowfishEngine ( ) : System
Результат System

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

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

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

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

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

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

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

public ProcessBuffer ( byte input, int inOff, byte output, int outOff, int length ) : void
input byte
inOff int
output byte
outOff int
length int
Результат void

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

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