We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e310ff7 commit ebccd5aCopy full SHA for ebccd5a
src/main/java/org/xbill/DNS/TSIG.java
@@ -29,11 +29,7 @@ public class TSIG {
29
/** The domain name representing the HMAC-SHA1 algorithm. */
30
public static final Name HMAC_SHA1 = Name.fromConstantString("hmac-sha1.");
31
32
-/**
33
- * The domain name representing the HMAC-SHA224 algorithm.
34
- * Note that SHA224 is not supported by Java out-of-the-box, this requires use
35
- * of a third party provider like BouncyCastle.org.
36
- */
+/** The domain name representing the HMAC-SHA224 algorithm. */
37
public static final Name HMAC_SHA224 = Name.fromConstantString("hmac-sha224.");
38
39
/** The domain name representing the HMAC-SHA256 algorithm. */
0 commit comments