|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use RRset | |
| Default Package | |
| org.xbill.DNS | |
| Uses of RRset in |
| Methods in Default Package that return RRset | |
RRset |
jnamed.findExactMatch(Name name,
int type,
int dclass,
boolean glue)
|
| Uses of RRset in org.xbill.DNS |
| Methods in org.xbill.DNS that return RRset | |
RRset[] |
Message.getSectionRRsets(int section)
Returns an array containing all records in the given section grouped into RRsets. |
RRset[] |
Cache.findRecords(Name name,
int type)
Looks up credible Records in the Cache (a wrapper around lookupRecords). |
RRset[] |
Cache.findAnyRecords(Name name,
int type)
Looks up Records in the Cache (a wrapper around lookupRecords). |
RRset[] |
SetResponse.answers()
If the query was successful, return the answers |
RRset |
SetResponse.getNS()
If the query hit a delegation point, return the NS set. |
RRset |
Zone.getNS()
Returns the Zone origin's NS records |
RRset |
Zone.findExactMatch(Name name,
int type)
Looks up Records in the zone, finding exact matches only. |
| 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 |
Update.delete(RRset rrset)
Indicates that all of the records in the rrset should be deleted from the zone. |
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. |
static byte[] |
DNSSEC.digestRRset(RRSIGRecord rrsig,
RRset rrset)
Creates a byte array containing the concatenation of the fields of the SIG record and the RRsets to be signed/verified. |
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. |
void |
Cache.addRRset(RRset rrset,
int cred)
Adds an RRset to the Cache. |
void |
Zone.addRRset(RRset rrset)
Adds an RRset to the Zone |
| Constructors in org.xbill.DNS with parameters of type RRset | |
RRset(RRset rrset)
Creates an RRset with the contents of an existing RRset |
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||