类 play.libs.Crypto.HashType
的使用

使用 Crypto.HashType 的软件包
play.libs   
 

play.libsCrypto.HashType 的使用
 

返回 Crypto.HashTypeplay.libs 中的方法
static Crypto.HashType Crypto.HashType.valueOf(java.lang.String name)
          返回带有指定名称的该类型的枚举常量。
static Crypto.HashType[] Crypto.HashType.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 

参数类型为 Crypto.HashTypeplay.libs 中的方法
static java.lang.String Crypto.passwordHash(java.lang.String input, Crypto.HashType hashType)
          Create a password hash using specific hashing algorithm
 



Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly