Home | History | Annotate | Download | only in DNS

Lines Matching refs:alg

20 protected int alg, labels;
31 SIGBase(Name name, int type, int dclass, long ttl, int covered, int alg,
39 this.alg = checkU8("alg", alg);
54 alg = in.readU8();
71 alg = DNSSEC.Algorithm.value(algString);
72 if (alg < 0)
89 sb.append (alg);
126 return alg;
183 out.writeU8(alg);