| 程序包 | 说明 |
|---|---|
| me.wuwenbin.security | |
| me.wuwenbin.security.digest |
| 类和说明 |
|---|
| DigestAlgorithm
摘要算法类型
see: https://docs.oracle.com/javase/7/docs/technotes/guides/security/StandardNames.html#MessageDigest |
| Digester
摘要算法
注意:此对象实例化后为非线程安全! |
| HMac
HMAC摘要算法
HMAC,全称为“Hash Message Authentication Code”,中文名“散列消息鉴别码” 主要是利用哈希算法,以一个密钥和一个消息为输入,生成一个消息摘要作为输出。 |
| 类和说明 |
|---|
| DigestAlgorithm
摘要算法类型
see: https://docs.oracle.com/javase/7/docs/technotes/guides/security/StandardNames.html#MessageDigest |
| Digester
摘要算法
注意:此对象实例化后为非线程安全! |
| HMac
HMAC摘要算法
HMAC,全称为“Hash Message Authentication Code”,中文名“散列消息鉴别码” 主要是利用哈希算法,以一个密钥和一个消息为输入,生成一个消息摘要作为输出。 |
| HmacAlgorithm
HMAC算法类型
see: https://docs.oracle.com/javase/7/docs/technotes/guides/security/StandardNames.html#Mac |
Copyright © 2017. All rights reserved.