Метод | Описание | |
---|---|---|
BlockUpdate ( byte input, int inOff, int len ) : void | ||
DoFinal ( byte output, int outOff ) : int | ||
GetByteLength ( ) : int | ||
GetDigestSize ( ) : int | ||
Reset ( ) : void | ||
Update ( byte input ) : void |
Метод | Описание | |
---|---|---|
CombinedHash ( ) : System | ||
CombinedHash ( |
public BlockUpdate ( byte input, int inOff, int len ) : void | ||
input | byte | |
inOff | int | |
len | int | |
Результат | void |
public DoFinal ( byte output, int outOff ) : int | ||
output | byte | |
outOff | int | |
Результат | int |