public class Util extends Object
Constructor and Description |
---|
Util() |
Modifier and Type | Method and Description |
---|---|
static String |
hexMD5(byte[] data)
Produce hex representation of the MD5 digest of a byte array
|
static String |
hexMD5(ByteBuffer buf,
int offset,
int len) |
static String |
toHex(byte[] b) |
public static String toHex(byte[] b)
public static String hexMD5(byte[] data)
data
- bytes to digestpublic static String hexMD5(ByteBuffer buf, int offset, int len)