Метод | Описание | |
---|---|---|
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 |
public Init ( bool forEncryption, byte key ) : void | ||
forEncryption | bool | |
key | byte | |
Результат | void |
public ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int | ||
input | byte | |
inOff | int | |
output | byte | |
outOff | int | |
Результат | int |
public ProcessBuffer ( byte input, int inOff, byte output, int outOff, int length ) : void | ||
input | byte | |
inOff | int | |
output | byte | |
outOff | int | |
length | int | |
Результат | void |