Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
The underlying MessageDigest API provides an update(ByteBuffer) method. It would be great to have support for this in DigestUtils so I can call e.g. md5Hex(ByteBuffer), as it is surprisingly hard to treat a ByteBuffer as e.g. an InputStream.