Uses of Class
org.jitsi.dnssec.SRRset
Packages that use SRRset
-
Uses of SRRset in org.jitsi.dnssec
Methods in org.jitsi.dnssec that return SRRsetModifier and TypeMethodDescriptionSMessage.findAnswerRRset
(org.xbill.DNS.Name qname, int qtype, int qclass) Find an "answer" RRset.SMessage.findRRset
(org.xbill.DNS.Name name, int type, int dclass, int section) Find a specific (S)RRset in a given section.SRRset[]
SMessage.getSectionRRsets
(int section, int qtype) Gets signed RRsets for the queried section.Methods in org.jitsi.dnssec that return types with arguments of type SRRsetModifier and TypeMethodDescriptionSMessage.getSectionRRsets
(int section) Gets signed RRsets for the queried section. -
Uses of SRRset in org.jitsi.dnssec.validator
Methods in org.jitsi.dnssec.validator that return SRRsetModifier and TypeMethodDescriptionTrustAnchorStore.find
(org.xbill.DNS.Name name, int dclass) Gets the closest trusted key for the given name ornull
if no match is found.KeyEntry.getRRset()
Gets the DNSKEYs for the cached key entry.Methods in org.jitsi.dnssec.validator with parameters of type SRRsetModifier and TypeMethodDescriptionstatic KeyEntry
KeyEntry.newKeyEntry
(SRRset rrset) Creates a new key entry from actual DNSKEYs.org.jitsi.dnssec.validator.JustifiedSecStatus
ValUtils.nsecProvesNodataDsReply
(org.xbill.DNS.Message request, SMessage response, SRRset keyRrset) Check DS absence.void
Stores the given RRset as known trusted keys.ValUtils.verifyNewDNSKEYs
(SRRset dnskeyRrset, SRRset dsRrset, long badKeyTTL) Given a DS rrset and a DNSKEY rrset, match the DS to a DNSKEY and verify the DNSKEY rrset with that key.ValUtils.verifySRRset
(SRRset rrset, SRRset keyRrset) Given an SRRset that is signed by a DNSKEY found in the key_rrset, verify it.