Uses of Class
org.jitsi.dnssec.SRRset
-
Packages that use SRRset Package Description org.jitsi.dnssec org.jitsi.dnssec.validator -
-
Uses of SRRset in org.jitsi.dnssec
Methods in org.jitsi.dnssec that return SRRset Modifier and Type Method Description SRRset
SMessage. findAnswerRRset(org.xbill.DNS.Name qname, int qtype, int qclass)
Find an "answer" RRset.SRRset
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 SRRset Modifier and Type Method Description java.util.List<SRRset>
SMessage. 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 SRRset Modifier and Type Method Description SRRset
TrustAnchorStore. find(org.xbill.DNS.Name name, int dclass)
Gets the closest trusted key for the given name ornull
if no match is found.SRRset
KeyEntry. getRRset()
Gets the DNSKEYs for the cached key entry.Methods in org.jitsi.dnssec.validator with parameters of type SRRset Modifier and Type Method Description static 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
TrustAnchorStore. store(SRRset rrset)
Stores the given RRset as known trusted keys.KeyEntry
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.SecurityStatus
ValUtils. verifySRRset(SRRset rrset, SRRset keyRrset)
Given an SRRset that is signed by a DNSKEY found in the key_rrset, verify it.
-