We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33164b6 commit 8b40e50Copy full SHA for 8b40e50
1 file changed
src/main/java/org/apache/commons/codec/digest/HmacAlgorithms.java
@@ -30,6 +30,10 @@
30
* @see <a href=
31
* "https://docs.oracle.com/en/java/javase/11/security/oracle-providers.html#GUID-A47B1249-593C-4C38-A0D0-68FA7681E0A7">
32
* 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
+ *
37
* @since 1.10
38
*/
39
public enum HmacAlgorithms {
0 commit comments