메소드 | 설명 | |
---|---|---|
BlockUpdate ( byte input, int inOff, int length ) : void | ||
DoFinal ( byte output, int outOff ) : int | ||
Finish ( ) : void | ||
GetByteLength ( ) : int | ||
GetDigestSize ( ) : int | ||
Reset ( ) : void | ||
Update ( byte input ) : void |
메소드 | 설명 | |
---|---|---|
GeneralDigest ( ) : System | ||
GeneralDigest ( |
||
ProcessBlock ( ) : void | ||
ProcessLength ( long bitLength ) : void | ||
ProcessWord ( byte input, int inOff ) : void |
public BlockUpdate ( byte input, int inOff, int length ) : void | ||
input | byte | |
inOff | int | |
length | int | |
리턴 | void |
public abstract DoFinal ( byte output, int outOff ) : int | ||
output | byte | |
outOff | int | |
리턴 | int |