Uses of Class
org.xbill.DNS.NSEC3Record
Packages that use NSEC3Record
-
Uses of NSEC3Record in org.xbill.DNS.dnssec
Fields in org.xbill.DNS.dnssec declared as NSEC3RecordModifier and TypeFieldDescriptionprivate final NSEC3RecordNSEC3ValUtils.CEResponse.ceNsec3private NSEC3RecordNSEC3ValUtils.CEResponse.ncNsec3Methods in org.xbill.DNS.dnssec that return NSEC3RecordModifier and TypeMethodDescriptionprivate NSEC3RecordNSEC3ValUtils.findCoveringNSEC3(Name name, Name zonename, List<SRRset> nsec3s, Nsec3ValidationState state) Given a pre-hashed name, find a covering NSEC3 from among a list of NSEC3s.private NSEC3RecordNSEC3ValUtils.findMatchingNSEC3(Name name, Name zonename, List<SRRset> nsec3s, Nsec3ValidationState state) Find the NSEC3Record that matches a hash of a name.Methods in org.xbill.DNS.dnssec with parameters of type NSEC3RecordModifier and TypeMethodDescriptionNsec3ValidationState.computeIfAbsent(NSEC3Record nsec3, Name name) private StringNsec3ValidationState.key(NSEC3Record nsec3, Name name) private booleanNSEC3ValUtils.nsec3Covers(NSEC3Record nsec3, Name zonename, byte[] hash) Given a hash and a candidate NSEC3Record, determine if that NSEC3Record covers the hash.Constructors in org.xbill.DNS.dnssec with parameters of type NSEC3Record