|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HashAlgorithm | |
|---|---|
| fr.xephi.authme.security | |
| fr.xephi.authme.settings | |
| Uses of HashAlgorithm in fr.xephi.authme.security |
|---|
| Methods in fr.xephi.authme.security that return HashAlgorithm | |
|---|---|
static HashAlgorithm |
HashAlgorithm.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static HashAlgorithm[] |
HashAlgorithm.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in fr.xephi.authme.security with parameters of type HashAlgorithm | |
|---|---|
static java.lang.String |
PasswordSecurity.getHash(HashAlgorithm alg,
java.lang.String password,
java.lang.String playerName)
|
| Uses of HashAlgorithm in fr.xephi.authme.settings |
|---|
| Fields in fr.xephi.authme.settings declared as HashAlgorithm | |
|---|---|
static HashAlgorithm |
Settings.getPasswordHash
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||