Searched refs:origttl (Results 1 - 3 of 3) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DRRSIGRecord.java34 * @param origttl The original TTL of the RRset
42 RRSIGRecord(Name name, int dclass, long ttl, int covered, int alg, long origttl, argument
46 super(name, Type.RRSIG, dclass, ttl, covered, alg, origttl, expire,
H A DSIGRecord.java34 * @param origttl The original TTL of the RRset
42 SIGRecord(Name name, int dclass, long ttl, int covered, int alg, long origttl, argument
46 super(name, Type.SIG, dclass, ttl, covered, alg, origttl, expire,
H A DSIGBase.java21 protected long origttl; field in class:SIGBase
32 long origttl, Date expire, Date timeSigned, int footprint, Name signer,
37 TTL.check(origttl);
43 this.origttl = origttl;
56 origttl = in.readU32();
75 origttl = st.getTTL();
93 sb.append (origttl);
142 return origttl;
185 out.writeU32(origttl);
31 SIGBase(Name name, int type, int dclass, long ttl, int covered, int alg, long origttl, Date expire, Date timeSigned, int footprint, Name signer, byte [] signature) argument
[all...]

Completed in 105 milliseconds