Метод | Описание | |
---|---|---|
BlockUpdate ( byte input, int inOff, int length ) : void | ||
DoFinal ( byte output, int outOff ) : int | ||
GetByteLength ( ) : int | ||
GetDigestSize ( ) : int | ||
Gost3411Digest ( ) : System | ||
Gost3411Digest ( |
||
Reset ( ) : void | ||
Update ( byte input ) : void |
Метод | Описание | |
---|---|---|
A ( byte input ) : byte[] | ||
E ( byte key, byte s, int sOff, byte input, int inOff ) : void | ||
LongToBytes ( long r, byte output, int outOff ) : void | ||
P ( byte input ) : byte[] | ||
cpyBytesToShort ( byte S, short wS ) : void | ||
cpyShortToBytes ( short wS, byte S ) : void | ||
finish ( ) : void | ||
fw ( byte input ) : void | ||
processBlock ( byte input, int inOff ) : void | ||
sumByteArray ( byte input ) : void |
public BlockUpdate ( byte input, int inOff, int length ) : void | ||
input | byte | |
inOff | int | |
length | int | |
Результат | void |
public DoFinal ( byte output, int outOff ) : int | ||
output | byte | |
outOff | int | |
Результат | int |
public Gost3411Digest ( |
||
t | ||
Результат | System |