Uses of Class
play.libs.Crypto.HashType
-
Packages that use Crypto.HashType Package Description play.libs -
-
Uses of Crypto.HashType in play.libs
Methods in play.libs that return Crypto.HashType Modifier and Type Method Description static Crypto.HashType
Crypto.HashType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Crypto.HashType[]
Crypto.HashType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in play.libs with parameters of type Crypto.HashType Modifier and Type Method Description static java.lang.String
Crypto. passwordHash(java.lang.String input, Crypto.HashType hashType)
Create a password hash using specific hashing algorithm
-