Uses of Class
org.xbill.DNS.dnssec.KeyEntry
Packages that use KeyEntry
-
Uses of KeyEntry in org.xbill.DNS.dnssec
Fields in org.xbill.DNS.dnssec declared as KeyEntryModifier and TypeFieldDescription(package private) KeyEntryFindKeyState.keyEntryIteratively holds the key during the search phase.private final KeyEntryKeyCache.CacheEntry.keyEntryMethods in org.xbill.DNS.dnssec that return KeyEntryModifier and TypeMethodDescriptionprivate KeyEntryValidatingResolver.dsResponseToKE(SMessage response, Message request, KeyEntry keyRrset) Given a DS response, the DS request, and the current key rrset, validate the DS response, returning a KeyEntry.private KeyEntryValidatingResolver.dsResponseToKeForNodata(SMessage response, Message request, KeyEntry keyRrset) Given a DS response, the DS request, and the current key rrset, validate the DS response for the NODATA case, returning a KeyEntry.Find the 'closest' trusted DNSKEY rrset to the given name.private KeyEntryKeyCache.lookupEntry(String key) static KeyEntryKeyEntry.newBadKeyEntry(Name n, int dclass, long ttl) Creates a new bad key entry without actual DNSKEYs, i.e.static KeyEntryKeyEntry.newKeyEntry(SRRset rrset) Creates a new key entry from actual DNSKEYs.static KeyEntryKeyEntry.newKeyEntry(SRRset rrset, List<Integer> sigalg) Creates a new key entry from actual DNSKEYs.static KeyEntryKeyEntry.newNullKeyEntry(Name n, int dclass, long ttl) Creates a new trusted key entry without actual DNSKEYs, i.e.ValUtils.verifyNewDNSKEYs(SRRset dnskeyRrset, SRRset dsRrset, long badKeyTTL, Instant date) 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.xbill.DNS.dnssec that return types with arguments of type KeyEntryModifier and TypeMethodDescriptionprivate CompletionStage<KeyEntry> ValidatingResolver.prepareFindKey(SRRset rrset, Executor executor) Methods in org.xbill.DNS.dnssec with parameters of type KeyEntryModifier and TypeMethodDescriptionprivate KeyEntryValidatingResolver.dsResponseToKE(SMessage response, Message request, KeyEntry keyRrset) Given a DS response, the DS request, and the current key rrset, validate the DS response, returning a KeyEntry.private KeyEntryValidatingResolver.dsResponseToKeForNodata(SMessage response, Message request, KeyEntry keyRrset) Given a DS response, the DS request, and the current key rrset, validate the DS response for the NODATA case, returning a KeyEntry.ValUtils.nsecProvesNodataDsReply(Message request, SMessage response, KeyEntry keyRrset, Instant date) Check DS absence.voidStore aKeyEntryin the cache.Verifies an RRset.private JustifiedSecStatusDnsSecVerifier.verifySignature(SRRset rrset, RRSIGRecord sigrec, KeyEntry keyRrset, Instant date) Verify an RRset against a particular signature.ValUtils.verifySRRset(SRRset rrset, KeyEntry keyRrset, Instant date) Given an SRRset that is signed by a DNSKEY found in the key_rrset, verify it.Constructors in org.xbill.DNS.dnssec with parameters of type KeyEntry