Skip to content

Commit b436b6d

Browse files
committed
Javadoc.
- Remove Java 6 reference. - Add Java 13 reference.
1 parent e772d31 commit b436b6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,6 @@
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#MessageDigest">
36-
* Java 6 Cryptography Architecture Standard Algorithm Name Documentation</a>
3735
* @see <a href="http://docs.oracle.com/javase/7/docs/technotes/guides/security/StandardNames.html#MessageDigest">
3836
* Java 7 Cryptography Architecture Standard Algorithm Name Documentation</a>
3937
* @see <a href="http://docs.oracle.com/javase/8/docs/technotes/guides/security/StandardNames.html#MessageDigest">
@@ -46,6 +44,8 @@
4644
* Java 11 Cryptography Architecture Standard Algorithm Name Documentation</a>
4745
* @see <a href="https://docs.oracle.com/en/java/javase/12/docs/specs/security/standard-names.html#messagedigest-algorithms">
4846
* Java 12 Cryptography Architecture Standard Algorithm Name Documentation</a>
47+
* @see <a href="https://docs.oracle.com/en/java/javase/13/docs/specs/security/standard-names.html#messagedigest-algorithms">
48+
* Java 13 Cryptography Architecture Standard Algorithm Name Documentation</a>
4949
*
5050
* @see <a href="http://dx.doi.org/10.6028/NIST.FIPS.180-4">FIPS PUB 180-4</a>
5151
* @see <a href="http://dx.doi.org/10.6028/NIST.FIPS.202">FIPS PUB 202</a>

0 commit comments

Comments
 (0)