Skip to content

Commit 2f769f2

Browse files
committed
Javadoc.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1552861 13f79535-47bb-0310-9956-ffa450edef68
1 parent 33f678b commit 2f769f2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ public static String apr1Crypt(final byte[] keyBytes) {
7777
*
7878
* @param keyBytes
7979
* plaintext string to hash.
80+
* @param salt An APR1 salt.
8081
* @return the hash value
8182
* @throws IllegalArgumentException
8283
* if the salt does not match the allowed pattern
@@ -167,6 +168,8 @@ public static String md5Crypt(final byte[] keyBytes, final String salt) {
167168
*
168169
* @param keyBytes
169170
* plaintext string to hash.
171+
* @param salt May be null.
172+
* @param prefix salt prefix
170173
* @return the hash value
171174
* @throws IllegalArgumentException
172175
* if the salt does not match the allowed pattern

0 commit comments

Comments
 (0)