Searched defs:TSIG (Results 1 - 2 of 2) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DTSIG.java10 * TSIG records on messages, which provide transaction security.
16 public class TSIG { class
86 * Creates a new TSIG key, which can be used to sign or verify a message.
92 TSIG(Name algorithm, Name name, byte [] key) { method in class:TSIG
100 * Creates a new TSIG key with the hmac-md5 algorithm, which can be used to
106 TSIG(Name name, byte [] key) { method in class:TSIG
111 * Creates a new TSIG object, which can be used to sign or verify a message.
118 TSIG(Name algorithm, String name, String key) { method in class:TSIG
121 throw new IllegalArgumentException("Invalid TSIG key string");
126 throw new IllegalArgumentException("Invalid TSIG ke
143 TSIG(String algorithm, String name, String key) { method in class:TSIG
171 TSIG(String name, String key) { method in class:TSIG
[all...]
H A DType.java175 public static final int TSIG = 250; field in class:Type
280 types.add(TSIG, "TSIG", new TSIGRecord());
349 case TSIG:

Completed in 174 milliseconds