|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.foxinmy.weixin4j.util.DigestUtil
public final class DigestUtil
签名工具类
| Constructor Summary | |
|---|---|
DigestUtil()
|
|
| Method Summary | |
|---|---|
static String |
MD5(String content)
MD5签名 |
static String |
SHA(String content)
SHA签名 |
static String |
SHA1(String content)
SHA1签名 |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DigestUtil()
| Method Detail |
|---|
public static String SHA1(String content)
content - 待签名字符串
public static String SHA(String content)
content - 待签名字符串
public static String MD5(String content)
content - 待签名字符串
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||