public interface Xof extends ExtendedDigest
| Modifier and Type | Method and 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.
|
getByteLengthdoFinal, getAlgorithmName, 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.