Uses of Class
org.xbill.DNS.dnssec.KeyCache
Packages that use KeyCache
-
Uses of KeyCache in org.xbill.DNS.dnssec
Fields in org.xbill.DNS.dnssec declared as KeyCacheModifier and TypeFieldDescriptionprivate final KeyCacheValidatingResolver.keyCacheThis is a cache of validated, but expirable DNSKEY rrsets.Methods in org.xbill.DNS.dnssec with parameters of type KeyCacheModifier and TypeMethodDescriptionbooleanNSEC3ValUtils.allNSEC3sIgnorable(List<SRRset> nsec3s, KeyCache dnskeyRrset) Determine if all of the NSEC3s in a response are legally ignoreable (i.e., their presence should lead to an INSECURE result).private booleanNSEC3ValUtils.validIterations(SRRset nsec, KeyCache keyCache)