Skip to content

Commit a078522

Browse files
committed
Javadocs
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1744395 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5590b95 commit a078522

1 file changed

Lines changed: 9 additions & 2 deletions

File tree

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

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,15 @@
3232
* Java 9 and up: SHA3-224, SHA3-256, SHA3-384, SHA3-512.
3333
* </p>
3434
*
35-
* @see <a href="http://docs.oracle.com/javase/6/docs/technotes/guides/security/StandardNames.html">Java Cryptography
36-
* Architecture Standard Algorithm Name Documentation</a>
35+
* @see <a href="http://docs.oracle.com/javase/6/docs/technotes/guides/security/StandardNames.html#MessageDigest">
36+
* Java 6 Cryptography Architecture Standard Algorithm Name Documentation</a>
37+
* @see <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/security/StandardNames.html#MessageDigest">
38+
* Java 7 Cryptography Architecture Standard Algorithm Name Documentation</a>
39+
* @see <a href="http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#MessageDigest">
40+
* Java 8 Cryptography Architecture Standard Algorithm Name Documentation</a>
41+
* @see <a href="http://download.java.net/java/jdk9/docs/technotes/guides/security/StandardNames.html#MessageDigest">
42+
* Java 9 Cryptography Architecture Standard Algorithm Name Documentation</a>
43+
*
3744
* @see <a href="http://dx.doi.org/10.6028/NIST.FIPS.180-4">FIPS PUB 180-4</a>
3845
* @see <a href="http://dx.doi.org/10.6028/NIST.FIPS.202">FIPS PUB 202</a>
3946
* @since 1.7

0 commit comments

Comments
 (0)