Home | History | Annotate | Download | only in DNS

Lines Matching refs:alg

21 private Name alg;
52 * @param alg The shared key's algorithm
64 TKEYRecord(Name name, int dclass, long ttl, Name alg,
69 this.alg = checkName("alg", alg);
80 alg = new Name(in);
120 sb.append(alg);
155 return alg;
202 alg.toWire(out, null, canonical);