Skip to content

Commit

Permalink
Update javadoc (#54)
Browse files Browse the repository at this point in the history
As of Java 8, SHA-224 should be usable OOB: https://openjdk.java.net/jeps/130
  • Loading branch information
kingle authored and ibauersachs committed Jun 2, 2019
1 parent e310ff7 commit ebccd5a
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions src/main/java/org/xbill/DNS/TSIG.java
Expand Up @@ -29,11 +29,7 @@ public class TSIG {
/** The domain name representing the HMAC-SHA1 algorithm. */
public static final Name HMAC_SHA1 = Name.fromConstantString("hmac-sha1.");

/**
* The domain name representing the HMAC-SHA224 algorithm.
* Note that SHA224 is not supported by Java out-of-the-box, this requires use
* of a third party provider like BouncyCastle.org.
*/
/** The domain name representing the HMAC-SHA224 algorithm. */
public static final Name HMAC_SHA224 = Name.fromConstantString("hmac-sha224.");

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

0 comments on commit ebccd5a

Please sign in to comment.