Skip to content

Commit

Permalink
Merge branch 'upstream'
Browse files Browse the repository at this point in the history
  • Loading branch information
ibauersachs committed Nov 8, 2018
2 parents 0528b33 + 44f5b53 commit d97b6a0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions org/xbill/DNS/TSIG.java
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public class TSIG {
* Creates a new TSIG key, which can be used to sign or verify a message.
* @param algorithm The algorithm of the shared key.
* @param name The name of the shared key.
* @param key The shared key's data.
* @param keyBytes The shared key's data.
*/
public
TSIG(Name algorithm, Name name, byte [] keyBytes) {
Expand Down Expand Up @@ -164,7 +164,7 @@ public class TSIG {
* This assumes that init() has already been called on the mac
* to set up the key.
* @param mac The JCE HMAC object
* @param Name The name of the key
* @param name The name of the key
*/
public
TSIG(Mac mac, Name name) {
Expand Down

0 comments on commit d97b6a0

Please sign in to comment.