public class Md5Encrypt extends Object
| Constructor and Description |
|---|
Md5Encrypt() |
| Modifier and Type | Method and Description |
|---|---|
static String |
encode(String text)
MD5加密,默认使用GBK编码
|
static String |
encode(String text,
String charset)
MD5加密
|
public static final String GBK
public static final String UTF8
Copyright © 2018. All rights reserved.