Skip to content

Commit a9b17e3

Browse files
committed
[CODEC-211] Create enum MessageDigestAlgorithm and deprecate class MessageDigestAlgorithms. Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1743946 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8ed787c commit a9b17e3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/org/apache/commons/codec/digest/Sha2Crypt.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ public static String sha256Crypt(final byte[] keyBytes, String salt) {
128128
* if the given salt is <code>null</code> or does not match the allowed pattern
129129
* @throws IllegalArgumentException
130130
* when a {@link NoSuchAlgorithmException} is caught
131-
* @see MessageDigestAlgorithms
131+
* @see MessageDigestAlgorithm
132132
*/
133133
private static String sha2Crypt(final byte[] keyBytes, final String salt, final String saltPrefix,
134134
final int blocksize, final String algorithm) {

0 commit comments

Comments
 (0)