Skip to content

Commit ebccd5a

Browse files
kingleibauersachs
authored andcommitted
Update javadoc (dnsjava#54)
As of Java 8, SHA-224 should be usable OOB: https://openjdk.java.net/jeps/130
1 parent e310ff7 commit ebccd5a

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/main/java/org/xbill/DNS/TSIG.java

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,7 @@ public class TSIG {
2929
/** The domain name representing the HMAC-SHA1 algorithm. */
3030
public static final Name HMAC_SHA1 = Name.fromConstantString("hmac-sha1.");
3131

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-
*/
32+
/** The domain name representing the HMAC-SHA224 algorithm. */
3733
public static final Name HMAC_SHA224 = Name.fromConstantString("hmac-sha224.");
3834

3935
/** The domain name representing the HMAC-SHA256 algorithm. */

0 commit comments

Comments
 (0)