| 限定符和类型 | 方法和说明 |
|---|---|
int |
doFinal(byte[] out,
int outOff,
int outLen)
Output the results of the final calculation for this digest to outLen number of bytes.
|
int |
doOutput(byte[] out,
int outOff,
int outLen)
Start outputting the results of the final calculation for this digest.
|
doFinal, getAlgorithmName, getBufferSize, getDigestSize, reset, update, updateint doFinal(byte[] out,
int outOff,
int outLen)
out - output array to write the output bytes to.outOff - offset to start writing the bytes at.outLen - the number of output bytes requested.int doOutput(byte[] out,
int outOff,
int outLen)
out - output array to write the output bytes to.outOff - offset to start writing the bytes at.outLen - the number of output bytes requested.Copyright © 2021. All rights reserved.