HomeSort by relevance Sort by last modified time
    Searched refs:DNSKEYRecord (Results 1 - 4 of 4) sorted by null

  /external/smack/src/org/xbill/DNS/
DNSKEYRecord.java 17 public class DNSKEYRecord extends KEYBase {
41 DNSKEYRecord() {}
45 return new DNSKEYRecord();
56 DNSKEYRecord(Name name, int dclass, long ttl, int flags, int proto, int alg,
72 DNSKEYRecord(Name name, int dclass, long ttl, int flags, int proto, int alg,
DSRecord.java 74 DSRecord(Name name, int dclass, long ttl, int digestid, DNSKEYRecord key)
DNSSEC.java 17 * @see DNSKEYRecord
790 verify(RRset rrset, RRSIGRecord rrsig, DNSKEYRecord key) throws DNSSECException
898 sign(RRset rrset, DNSKEYRecord key, PrivateKey privkey,
920 sign(RRset rrset, DNSKEYRecord key, PrivateKey privkey,
999 generateDSDigest(DNSKEYRecord key, int digestid)
Type.java 273 types.add(DNSKEY, "DNSKEY", new DNSKEYRecord());

Completed in 865 milliseconds