public static class Ripemd160.Digest extends GeneralDigest
| 构造器和说明 |
|---|
Digest()
Standard constructor
|
| 限定符和类型 | 方法和说明 |
|---|---|
int |
doFinal(byte[] out,
int outOff) |
protected void |
processBlock() |
protected void |
processLength(long bitLength) |
protected void |
processWord(byte[] in,
int inOff) |
void |
reset()
reset the chaining variables to the IV values.
|
finish, getByteLength, update, updateprotected void processWord(byte[] in,
int inOff)
processWord 在类中 GeneralDigestprotected void processLength(long bitLength)
processLength 在类中 GeneralDigestpublic int doFinal(byte[] out,
int outOff)
public void reset()
reset 在类中 GeneralDigestprotected void processBlock()
processBlock 在类中 GeneralDigestCopyright © 2019. All rights reserved.