Uses of Class
org.xbill.DNS.RRset

Packages that use RRset
org.xbill.DNS   
org.xbill.DNS.security   
 

Uses of RRset in org.xbill.DNS
 

Methods in org.xbill.DNS that return RRset
 RRset[] SetResponse.answers()
          If the query was successful, return the answers
 RRset[] Cache.findAnyRecords(Name name, int type)
          Looks up Records in the Cache (a wrapper around lookupRecords).
 RRset Zone.findExactMatch(Name name, int type)
          Looks up Records in the zone, finding exact matches only.
 RRset[] Cache.findRecords(Name name, int type)
          Looks up credible Records in the Cache (a wrapper around lookupRecords).
 RRset Zone.getNS()
          Returns the Zone origin's NS records
 RRset SetResponse.getNS()
          If the query hit a delegation point, return the NS set.
 RRset[] Message.getSectionRRsets(int section)
          Returns an array containing all records in the given section grouped into RRsets.
 

Methods in org.xbill.DNS with parameters of type RRset
 void Update.add(RRset rrset)
          Indicates that all of the records in the rrset should be inserted into the zone.
 void Zone.addRRset(RRset rrset)
          Adds an RRset to the Zone
 void Cache.addRRset(RRset rrset, int cred)
          Adds an RRset to the Cache.
 void Update.delete(RRset rrset)
          Indicates that all of the records in the rrset should be deleted from the zone.
static byte[] DNSSEC.digestRRset(RRSIGRecord sig, RRset rrset)
          Creates a byte array containing the concatenation of the fields of the SIG record and the RRsets to be signed/verified.
 void Update.replace(RRset rrset)
          Indicates that all of the records in the rrset should be inserted into the zone replacing any other records with the same name and type.
 int Verifier.verify(RRset set, Cache cache)
          Verifies this RRset, using secure keys found in this Cache if necessary.
 

Constructors in org.xbill.DNS with parameters of type RRset
RRset(RRset rrset)
          Creates an RRset with the contents of an existing RRset
 

Uses of RRset in org.xbill.DNS.security
 

Methods in org.xbill.DNS.security with parameters of type RRset
 int DNSSECVerifier.verify(RRset set, Cache cache)
          Attempts to verify an RRset.
 



Copyright © 2011. All Rights Reserved.