Uses of Class
org.xbill.DNS.DNSKEYRecord

Packages that use DNSKEYRecord
org.xbill.DNS   
 

Uses of DNSKEYRecord in org.xbill.DNS
 

Methods in org.xbill.DNS with parameters of type DNSKEYRecord
static void DNSSEC.verify(RRset rrset, RRSIGRecord rrsig, DNSKEYRecord key)
          Verify a DNSSEC signature.
static RRSIGRecord DNSSEC.sign(RRset rrset, DNSKEYRecord key, PrivateKey privkey, Date inception, Date expiration)
          Generate a DNSSEC signature.
 

Constructors in org.xbill.DNS with parameters of type DNSKEYRecord
DSRecord(Name name, int dclass, long ttl, int footprint, int digestid, DNSKEYRecord key)
          Creates a DS Record from the given data
 



Copyright © 2011. All Rights Reserved.