mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-18 15:33:09 +00:00
Improve javadoc
This commit is contained in:
@@ -61,6 +61,7 @@ public class PasswordHash
|
|||||||
*
|
*
|
||||||
* @param algorithm the digest algorithm used in producing {@code hash}.
|
* @param algorithm the digest algorithm used in producing {@code hash}.
|
||||||
* If empty, set to null. Other methods will treat this as unsalted MD5.
|
* If empty, set to null. Other methods will treat this as unsalted MD5.
|
||||||
|
* If you want salted multi-round MD5, specify "MD5".
|
||||||
* @param salt the salt hashed with the secret, or null.
|
* @param salt the salt hashed with the secret, or null.
|
||||||
* @param hash the hashed secret.
|
* @param hash the hashed secret.
|
||||||
*/
|
*/
|
||||||
@@ -81,6 +82,7 @@ public class PasswordHash
|
|||||||
* hexadecimal-encoded {@code String}s.
|
* hexadecimal-encoded {@code String}s.
|
||||||
* @param algorithm the digest algorithm used in producing {@code hash}.
|
* @param algorithm the digest algorithm used in producing {@code hash}.
|
||||||
* If empty, set to null. Other methods will treat this as unsalted MD5.
|
* If empty, set to null. Other methods will treat this as unsalted MD5.
|
||||||
|
* If you want salted multi-round MD5, specify "MD5".
|
||||||
* @param salt hexadecimal digits encoding the bytes of the salt, or null.
|
* @param salt hexadecimal digits encoding the bytes of the salt, or null.
|
||||||
* @param hash hexadecimal digits encoding the bytes of the hash.
|
* @param hash hexadecimal digits encoding the bytes of the hash.
|
||||||
* @throws DecoderException if salt or hash is not proper hexadecimal.
|
* @throws DecoderException if salt or hash is not proper hexadecimal.
|
||||||
|
Reference in New Issue
Block a user