Method | Description | |
---|---|---|
BlockUpdate ( byte input, int inOff, int length ) : void | ||
DoFinal ( byte output, int outOff ) : int | ||
GetByteLength ( ) : int | ||
GetDigestSize ( ) : int | ||
MD2Digest ( ) : System | ||
MD2Digest ( |
||
Reset ( ) : void | ||
Update ( byte input ) : void |
Method | Description | |
---|---|---|
ProcessBlock ( byte m ) : void | ||
ProcessChecksum ( byte m ) : void |
public BlockUpdate ( byte input, int inOff, int length ) : void | ||
input | byte | |
inOff | int | |
length | int | |
return | void |
public DoFinal ( byte output, int outOff ) : int | ||
output | byte | |
outOff | int | |
return | int |