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.
|
getByteLength
doFinal, getAlgorithmName, getDigestSize, reset, update, update
int 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.