Skip to content

Commit 8765c05

Browse files
committed
Add links to Java 9 docs.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/codec/trunk@1811624 13f79535-47bb-0310-9956-ffa450edef68
1 parent dbbb403 commit 8765c05

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@
3131
* 7 Cryptography Architecture Sun Providers Documentation</a>
3232
* @see <a href="http://docs.oracle.com/javase/8/docs/technotes/guides/security/SunProviders.html#SunJCEProvider"> Java
3333
* 8 Cryptography Architecture Sun Providers Documentation</a>
34+
* @see <a href=
35+
* "http://docs.oracle.com/javase/9/security/oracleproviders.htm#JSSEC-GUID-A47B1249-593C-4C38-A0D0-68FA7681E0A7">
36+
* Java 9 Cryptography Architecture Sun Providers Documentation</a>
3437
* @since 1.10
3538
* @version $Id$
3639
*/
@@ -110,6 +113,9 @@ public String getName() {
110113
* Java 7 Cryptography Architecture Sun Providers Documentation</a>
111114
* @see <a href="http://docs.oracle.com/javase/8/docs/technotes/guides/security/SunProviders.html#SunJCEProvider">
112115
* Java 8 Cryptography Architecture Sun Providers Documentation</a>
116+
* @see <a href=
117+
* "http://docs.oracle.com/javase/9/security/oracleproviders.htm#JSSEC-GUID-A47B1249-593C-4C38-A0D0-68FA7681E0A7">
118+
* Java 9 Cryptography Architecture Sun Providers Documentation</a>
113119
* @return The algorithm name ("HmacSHA512" for example)
114120
*/
115121
@Override

0 commit comments

Comments
 (0)