You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2013/12/21 03:03:17 UTC

svn commit: r1552861 - /commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Md5Crypt.java

Author: ggregory
Date: Sat Dec 21 02:03:17 2013
New Revision: 1552861

URL: http://svn.apache.org/r1552861
Log:
Javadoc.

Modified:
    commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Md5Crypt.java

Modified: commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Md5Crypt.java
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Md5Crypt.java?rev=1552861&r1=1552860&r2=1552861&view=diff
==============================================================================
--- commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Md5Crypt.java (original)
+++ commons/proper/codec/trunk/src/main/java/org/apache/commons/codec/digest/Md5Crypt.java Sat Dec 21 02:03:17 2013
@@ -77,6 +77,7 @@ public class Md5Crypt {
      *
      * @param keyBytes
      *            plaintext string to hash.
+     * @param salt An APR1 salt.
      * @return the hash value
      * @throws IllegalArgumentException
      *             if the salt does not match the allowed pattern
@@ -167,6 +168,8 @@ public class Md5Crypt {
      * 
      * @param keyBytes
      *            plaintext string to hash.
+     * @param salt May be null.
+     * @param prefix salt prefix
      * @return the hash value
      * @throws IllegalArgumentException
      *             if the salt does not match the allowed pattern