Minor - update JavaDoc for HashAlgorithm
- Replace incorrect description
This commit is contained in:
parent
6cae520604
commit
9533965095
@ -3,9 +3,8 @@ package fr.xephi.authme.security;
|
|||||||
import fr.xephi.authme.security.crypts.EncryptionMethod;
|
import fr.xephi.authme.security.crypts.EncryptionMethod;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* The list of hash algorithms supported by AuthMe. The implementing class must define a public
|
* The list of hash algorithms supported by AuthMe. The linked {@link EncryptionMethod} implementation
|
||||||
* constructor which takes either no arguments, or a DataSource object (when the salt is stored
|
* must be able to be instantiated with the default constructor.
|
||||||
* separately, writes to the database are necessary).
|
|
||||||
*/
|
*/
|
||||||
public enum HashAlgorithm {
|
public enum HashAlgorithm {
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user