Skip to content

Commit 8b40e50

Browse files
committed
Add Java 17 LTS reference
1 parent 33164b6 commit 8b40e50

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,10 @@
3030
* @see <a href=
3131
* "https://docs.oracle.com/en/java/javase/11/security/oracle-providers.html#GUID-A47B1249-593C-4C38-A0D0-68FA7681E0A7">
3232
* Java 11 Cryptography Architecture Sun Providers Documentation</a>
33+
* @see <a href=
34+
* "https://docs.oracle.com/en/java/javase/17/security/oracle-providers.html#GUID-A47B1249-593C-4C38-A0D0-68FA7681E0A7">
35+
* Java 17 Cryptography Architecture Sun Providers Documentation</a>
36+
*
3337
* @since 1.10
3438
*/
3539
public enum HmacAlgorithms {

0 commit comments

Comments
 (0)