|
||||||||||
上一个 下一个 | 框架 无框架 |
使用 Crypto.HashType 的软件包 | |
---|---|
play.libs |
play.libs 中 Crypto.HashType 的使用 |
---|
返回 Crypto.HashType 的 play.libs 中的方法 | |
---|---|
static Crypto.HashType |
Crypto.HashType.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。 |
static Crypto.HashType[] |
Crypto.HashType.values()
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。 |
参数类型为 Crypto.HashType 的 play.libs 中的方法 | |
---|---|
static java.lang.String |
Crypto.passwordHash(java.lang.String input,
Crypto.HashType hashType)
Create a password hash using specific hashing algorithm |
|
||||||||||
上一个 下一个 | 框架 无框架 |