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 SRRsetSMessage. findAnswerRRset(org.xbill.DNS.Name qname, int qtype, int qclass)Find an "answer" RRset.SRRsetSMessage. 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 SRRsetTrustAnchorStore. find(org.xbill.DNS.Name name, int dclass)Gets the closest trusted key for the given name ornullif no match is found.SRRsetKeyEntry. 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 KeyEntryKeyEntry. newKeyEntry(SRRset rrset)Creates a new key entry from actual DNSKEYs.org.jitsi.dnssec.validator.JustifiedSecStatusValUtils. nsecProvesNodataDsReply(org.xbill.DNS.Message request, SMessage response, SRRset keyRrset)Check DS absence.voidTrustAnchorStore. store(SRRset rrset)Stores the given RRset as known trusted keys.KeyEntryValUtils. 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.SecurityStatusValUtils. verifySRRset(SRRset rrset, SRRset keyRrset)Given an SRRset that is signed by a DNSKEY found in the key_rrset, verify it.
-