public class MD5 extends Object
| Constructor and Description |
|---|
MD5() |
| Modifier and Type | Method and Description |
|---|---|
static MessageDigest |
getDigest() |
static String |
md5sum(ByteBuffer bytes) |
static String |
md5sumBytes(byte[] bytes) |
public static String md5sumBytes(byte[] bytes)
public static String md5sum(ByteBuffer bytes)
public static MessageDigest getDigest()
Copyright © 2019. All rights reserved.