| Package | Description |
|---|---|
| org.osgl.util |
| 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
|
Copyright © 2017. All Rights Reserved.