Uses of Class
org.xbill.DNS.RRset
Packages that use RRset
-
Uses of RRset in org.xbill.DNS
Methods in org.xbill.DNS that return RRsetModifier and TypeMethodDescriptionZone.findExactMatch(Name name, int type) Looks up Records in the zone, finding exact matches only.SetResponse.getNS()If the query hit a delegation point, return the NS set.Zone.getNS()Returns the zone origin'sNS records.Methods in org.xbill.DNS that return types with arguments of type RRsetModifier and TypeMethodDescriptionSetResponse.answers()If the query was successful, return the answersZone.AXFR()Returns an Iterator over theRRsetsin the zone that can be used to construct an AXFR response.Cache.findAnyRecords(Name name, int type) Looks up Records in the Cache (a wrapper around lookupRecords).Cache.findRecords(Name name, int type) Looks up credible Records in the Cache (a wrapper around lookupRecords).Message.getSectionRRsets(int section) Returns an array containing all records in the given section grouped into RRsets.Zone.iterator()Returns an iterator over theRRsetsin the zone.Methods in org.xbill.DNS with parameters of type RRsetModifier and TypeMethodDescription<T extends Record>
voidIndicates that all of the records in the rrset should be inserted into the zone.<T extends Record>
voidAdds an RRset to the Cache.voidAdds an RRset to the zone.<T extends Record>
voidIndicates that all of the records in the rrset should be deleted from the zone.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.<T extends Record>
voidIndicates that all of the records in the rrset should be inserted into the zone replacing any other records with the same name and type.booleanDetermines if this Record could be part of the passed RRset.static RRSIGRecordDNSSEC.sign(RRset rrset, DNSKEYRecord key, PrivateKey privkey, Instant inception, Instant expiration) Generate a DNSSEC signature. key and privateKey must refer to the same underlying cryptographic key.static RRSIGRecordDNSSEC.sign(RRset rrset, DNSKEYRecord key, PrivateKey privkey, Instant inception, Instant expiration, String provider) Generate a DNSSEC signature. key and privateKey must refer to the same underlying cryptographic key.static RRSIGRecordDNSSEC.sign(RRset rrset, DNSKEYRecord key, PrivateKey privkey, Date inception, Date expiration) Deprecated.static RRSIGRecordDNSSEC.sign(RRset rrset, DNSKEYRecord key, PrivateKey privkey, Date inception, Date expiration, String provider) static voidDNSSEC.verify(RRset rrset, RRSIGRecord rrsig, DNSKEYRecord key) Verify a DNSSEC signature.static voidDNSSEC.verify(RRset rrset, RRSIGRecord rrsig, DNSKEYRecord key, Instant date) Verify a DNSSEC signature.static voidDNSSEC.verify(RRset rrset, RRSIGRecord rrsig, DNSKEYRecord key, Date date) Deprecated.Constructors in org.xbill.DNS with parameters of type RRset -
Uses of RRset in org.xbill.DNS.dnssec
Methods in org.xbill.DNS.dnssec that return RRsetModifier and TypeMethodDescriptionGets the closest trusted key for the given name ornullif no match is found.Methods in org.xbill.DNS.dnssec that return types with arguments of type RRsetModifier and TypeMethodDescriptionTrustAnchorStore.items()Gets all trust anchors currently in use.Methods in org.xbill.DNS.dnssec with parameters of type RRset -
Uses of RRset in org.xbill.DNS.tools
Methods in org.xbill.DNS.tools that return RRsetModifier and TypeMethodDescriptionjnamed.findExactMatch(Name name, int type, int dclass, boolean glue)
DNSSEC.sign(RRset, DNSKEYRecord, PrivateKey, Instant, Instant)