A C D E G L M S U
所有类 所有程序包
所有类 所有程序包
所有类 所有程序包
A
- AppkeyUtils - com.github.hugh.crypto中的类
-
appkey生成工具类
C
- check(String, String, String) - 类 中的静态方法com.github.hugh.crypto.DesEncDecUtils
-
校验签名是否一致
- checkCode(String) - 类 中的静态方法com.github.hugh.crypto.Crc16Utils
-
验证校验码是否正确
- com.github.hugh.crypto - 程序包 com.github.hugh.crypto
- Crc16Utils - com.github.hugh.crypto中的类
-
CRC16相关计算工具类
D
- decrypt(String) - 类 中的方法com.github.hugh.crypto.DesEncDecUtils
-
解密
- DesEncDecUtils - com.github.hugh.crypto中的类
-
DES加密工具
E
- encrypt(String) - 类 中的方法com.github.hugh.crypto.DesEncDecUtils
-
加密
- encrypt(String, boolean, String) - 类 中的静态方法com.github.hugh.crypto.Md5Utils
-
获取字符串的 md5 值
G
- genCore(String, String) - 类 中的静态方法com.github.hugh.crypto.DesEncDecUtils
-
生成签名
- generate() - 类 中的静态方法com.github.hugh.crypto.AppkeyUtils
-
生成一个32位的UUID
- generate() - 类 中的静态方法com.github.hugh.crypto.Crc16Utils
-
生成十位数随机码
- generate(int) - 类 中的静态方法com.github.hugh.crypto.Crc16Utils
-
生成指定长度的crc
- generateSecret() - 类 中的静态方法com.github.hugh.crypto.AppkeyUtils
-
生成64位的secret
- getInstance(String) - 类 中的静态方法com.github.hugh.crypto.DesEncDecUtils
-
创建实体
L
- lowerCase(String) - 类 中的静态方法com.github.hugh.crypto.Md5Utils
-
获取字符串的 md5 值 小写
- lowerCase256(String) - 类 中的静态方法com.github.hugh.crypto.ShaUtils
-
传入文本内容,返回小写的SHA-256串
- lowerCase512(String) - 类 中的静态方法com.github.hugh.crypto.ShaUtils
-
传入文本内容,返回小写的SHA-512串
M
- Md5Utils - com.github.hugh.crypto中的类
-
md5 加密工具类
- Md5Utils() - 类 的构造器com.github.hugh.crypto.Md5Utils
S
- ShaUtils - com.github.hugh.crypto中的类
-
sha 加密工具类
U
- upperCase(String) - 类 中的静态方法com.github.hugh.crypto.Md5Utils
-
获取字符串的 md5 值 大写
所有类 所有程序包