/external/smack/src/org/xbill/DNS/ |
RRSIGRecord.java | 34 * @param origttl The original TTL of the RRset 42 RRSIGRecord(Name name, int dclass, long ttl, int covered, int alg, long origttl, 46 super(name, Type.RRSIG, dclass, ttl, covered, alg, origttl, expire,
|
SIGRecord.java | 34 * @param origttl The original TTL of the RRset 42 SIGRecord(Name name, int dclass, long ttl, int covered, int alg, long origttl, 46 super(name, Type.SIG, dclass, ttl, covered, alg, origttl, expire,
|
SIGBase.java | 21 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); [all...] |