Uses of Class
org.jitsi.dnssec.validator.KeyEntry
Packages that use KeyEntry
-
Uses of KeyEntry in org.jitsi.dnssec.validator
Methods in org.jitsi.dnssec.validator that return KeyEntryModifier and TypeMethodDescriptionKeyCache.find
(org.xbill.DNS.Name n, int dclass) Find the 'closest' trusted DNSKEY rrset to the given name.static KeyEntry
KeyEntry.newBadKeyEntry
(org.xbill.DNS.Name n, int dclass, long ttl) Creates a new bad key entry without actual DNSKEYs, i.e.static KeyEntry
KeyEntry.newKeyEntry
(SRRset rrset) Creates a new key entry from actual DNSKEYs.static KeyEntry
KeyEntry.newNullKeyEntry
(org.xbill.DNS.Name n, int dclass, long ttl) Creates a new trusted key entry without actual DNSKEYs, i.e.Store aKeyEntry
in the cache.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.Methods in org.jitsi.dnssec.validator with parameters of type KeyEntry