Searched refs:TSIGRecord (Results 1 - 5 of 5) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DTSIGRecord.java19 public class TSIGRecord extends Record { class in inherits:Record
31 TSIGRecord() {} method in class:TSIGRecord
35 return new TSIGRecord();
54 TSIGRecord(Name name, int dclass, long ttl, Name alg, Date timeSigned, method in class:TSIGRecord
H A DTSIG.java11 * @see TSIGRecord
210 public TSIGRecord
211 generate(Message m, byte [] b, int error, TSIGRecord old) {
274 return (new TSIGRecord(name, DClass.ANY, 0, alg, timeSigned, fudge,
286 apply(Message m, int error, TSIGRecord old) {
298 apply(Message m, TSIGRecord old) {
308 applyStream(Message m, TSIGRecord old, boolean first) {
342 Record r = new TSIGRecord(name, DClass.ANY, 0, alg, timeSigned, fudge,
364 verify(Message m, byte [] b, int length, TSIGRecord old) {
366 TSIGRecord tsi
[all...]
H A DMessage.java28 private TSIGRecord querytsig;
264 * @see TSIGRecord
268 public TSIGRecord
277 return (TSIGRecord) rec;
465 TSIGRecord tsigrec = tsigkey.generate(this, out.toByteArray(),
521 setTSIG(TSIG key, int error, TSIGRecord querytsig) {
596 * @see TSIGRecord
H A DType.java280 types.add(TSIG, "TSIG", new TSIGRecord());
H A DZoneTransferIn.java536 TSIGRecord tsigrec = response.getTSIG();

Completed in 93 milliseconds