Searched defs:digestid (Results 1 - 3 of 3) sorted by relevance

/external/smack/src/org/xbill/DNS/
H A DDLVRecord.java27 private int digestid; field in class:DLVRecord
41 * @param digestid The digest id code.
46 int digestid, byte [] digest)
51 this.digestid = checkU8("digestid", digestid);
59 digestid = in.readU8();
67 digestid = st.getUInt8();
81 sb.append(digestid);
104 return digestid;
45 DLVRecord(Name name, int dclass, long ttl, int footprint, int alg, int digestid, byte [] digest) argument
[all...]
H A DDSRecord.java40 private int digestid; field in class:DSRecord
54 * @param digestid The digest id code.
59 int digestid, byte [] digest)
64 this.digestid = checkU8("digestid", digestid);
70 * @param digestid The digest id code.
74 DSRecord(Name name, int dclass, long ttl, int digestid, DNSKEYRecord key) argument
77 digestid, DNSSEC.generateDSDigest(key, digestid));
58 DSRecord(Name name, int dclass, long ttl, int footprint, int alg, int digestid, byte [] digest) argument
[all...]
H A DDNSSEC.java995 * @param digestid The type of digest
999 generateDSDigest(DNSKEYRecord key, int digestid) argument
1003 switch (digestid) {
1015 "unknown DS digest type " + digestid);

Completed in 87 milliseconds