open static fun md5Digest(bytes: ByteArray): ByteArray
Calculate the MD5 digest of the given bytes.
bytes - the bytes to calculate the digest over
Return
the digest
open static fun md5Digest(inputStream: InputStream): ByteArray
Calculate the MD5 digest of the given stream.
inputStream - the InputStream to calculate the digest over
Return
the digest
Since
4.2