Digest, ExtendedDigestSHAKEDigestpublic interface Xof extends ExtendedDigest
| Modifier and Type | Method | Description |
|---|---|---|
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, getDigestSize, reset, update, updategetByteLengthint 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.