IBinaryDigest
Description
- Extended by
-
BinaryDigest abstract
Base interface for classes that consume binary data and compute a fixed-size digest value for it.
Public / Methods
FinishDigestArray
Finishes digesting binary data and writes the fixed-size digest value to the given output opt.
FinishDigestBuffer
Finishes digesting binary data and writes the fixed-size digest value to the given output opt.
Before returning, this method sets the ByteBuffer.Position and ByteBuffer.Limit to the range of bytes that have been output.