HomeSort by relevance Sort by last modified time
    Searched defs:TSIG (Results 1 - 2 of 2) sorted by null

  /external/smack/src/org/xbill/DNS/
TSIG.java 10 * TSIG records on messages, which provide transaction security.
16 public class TSIG {
86 * Creates a new TSIG key, which can be used to sign or verify a message.
92 TSIG(Name algorithm, Name name, byte [] key) {
100 * Creates a new TSIG key with the hmac-md5 algorithm, which can be used to
106 TSIG(Name name, byte [] key) {
111 * Creates a new TSIG object, which can be used to sign or verify a message.
118 TSIG(Name algorithm, String name, String key) {
121 throw new IllegalArgumentException("Invalid TSIG key string");
126 throw new IllegalArgumentException("Invalid TSIG key name")
366 TSIGRecord tsig = m.getTSIG(); local
510 TSIGRecord tsig = m.getTSIG(); local
    [all...]
Type.java 175 public static final int TSIG = 250;
280 types.add(TSIG, "TSIG", new TSIGRecord());
349 case TSIG:

Completed in 127 milliseconds