You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by to...@apache.org on 2003/10/04 18:29:30 UTC

cvs commit: jakarta-commons/codec/xdocs index.xml

tobrien     2003/10/04 09:29:30

  Modified:    codec/xdocs index.xml
  Log:
  Added a section that describes the DigestUtils class and
  provides a link to the JavaDoc for DigestUtils
  
  Revision  Changes    Path
  1.8       +14 -0     jakarta-commons/codec/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons/codec/xdocs/index.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- index.xml	26 Sep 2003 14:22:17 -0000	1.7
  +++ index.xml	4 Oct 2003 16:29:30 -0000	1.8
  @@ -127,6 +127,20 @@
   
       </table>
      </subsection>
  +
  +   <subsection name="Digest Utilites">
  +   	<table>
  +     <tr>
  +      <td width="125">
  +       <a href="apidocs/org/apache/commons/codec/digest/DigestUtils.html">
  +       	DigestUtils</a>
  +      </td>
  +      <td>
  +        Provides simple static methods for creating a SHA or MD5 digest
  +      </td>
  +     </tr>
  +    </table>
  +   </subsection>
      
     </section>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org