public class Md5Utils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
RESPONSE_LEN |
| Constructor and Description |
|---|
Md5Utils() |
| Modifier and Type | Method and Description |
|---|---|
static java.security.MessageDigest |
getMessageDigest() |
static java.lang.String |
hexHash(java.lang.String source) |
static java.lang.String |
hexRepresentation(byte[] md5) |
public static final int RESPONSE_LEN