Package | Description |
---|---|
play.libs |
Modifier and Type | Method and Description |
---|---|
static Crypto.HashType |
Crypto.HashType.valueOf(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.
|
Modifier and Type | Method and Description |
---|---|
static String |
Crypto.passwordHash(String input,
Crypto.HashType hashType)
Create a password hash using specific hashing algorithm
|
Guillaume Bort & zenexity - Distributed under Apache 2 licence, without any warrantly