| 程序包 | 说明 |
|---|---|
| in.clouthink.daas.security.token.repackage.org.apache.commons.codec.digest |
Simplifies common
MessageDigest tasks and
includes a libc crypt(3) compatible crypt method that supports DES,
MD5, SHA-256 and SHA-512 based algorithms as well as the Apache
specific "$apr1$" variant. |
| 限定符和类型 | 方法和说明 |
|---|---|
static HmacAlgorithms |
HmacAlgorithms.valueOf(String name)
返回带有指定名称的该类型的枚举常量。
|
static HmacAlgorithms[] |
HmacAlgorithms.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
| 限定符和类型 | 方法和说明 |
|---|---|
static Mac |
HmacUtils.getInitializedMac(HmacAlgorithms algorithm,
byte[] key)
Returns an initialized
Mac for the given algorithm. |
Copyright © 2015. All rights reserved.