Метод | Описание | |
---|---|---|
Cast5Engine ( ) : System | ||
GetBlockSize ( ) : int | ||
Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int | ||
Reset ( ) : void |
Метод | Описание | |
---|---|---|
Bits32ToInts ( uint inData, int b, int offset ) : void | ||
CAST_Decipher ( uint L16, uint R16, uint result ) : void | ||
CAST_Encipher ( uint L0, uint R0, uint result ) : void | ||
DecryptBlock ( byte src, int srcIndex, byte dst, int dstIndex ) : int | ||
EncryptBlock ( byte src, int srcIndex, byte dst, int dstIndex ) : int | ||
F1 ( uint D, uint Kmi, int Kri ) : uint | ||
F2 ( uint D, uint Kmi, int Kri ) : uint | ||
F3 ( uint D, uint Kmi, int Kri ) : uint | ||
IntsTo32bits ( int b, int i ) : uint | ||
SetKey ( byte key ) : void |
public Init ( bool forEncryption, ICipherParameters parameters ) : void | ||
forEncryption | bool | |
parameters | ICipherParameters | |
Результат | void |
public ProcessBlock ( byte input, int inOff, byte output, int outOff ) : int | ||
input | byte | |
inOff | int | |
output | byte | |
outOff | int | |
Результат | int |