public final class CredentialUtil extends Object
| Constructor and Description |
|---|
CredentialUtil() |
| Modifier and Type | Method and Description |
|---|---|
static String |
encryptMD5(String data)
Defined in rfc 2617 as H(data) = MD5(data);
|
static String |
encryptMD5(String secret,
String data)
Defined in rfc 2617 as KD(secret, data) = H(concat(secret, ":", data))
|
Copyright © 2016. All rights reserved.