Uses of Class
org.xbill.DNS.dnssec.JustifiedSecStatus
Packages that use JustifiedSecStatus
-
Uses of JustifiedSecStatus in org.xbill.DNS.dnssec
Methods in org.xbill.DNS.dnssec that return JustifiedSecStatusModifier and TypeMethodDescriptionValUtils.nsecProvesNodataDsReply(Message request, SMessage response, KeyEntry keyRrset, Instant date) Check DS absence.NSEC3ValUtils.proveNodata(List<SRRset> nsec3s, Name qname, int qtype, Name zonename, Nsec3ValidationState state) Determine if the NSEC3s provided in a response prove the NOERROR/NODATA status.(package private) JustifiedSecStatusKeyEntry.validateKeyFor(SRRset set) Validate if this key instance is valid for the specified name.Verifies an RRset.DnsSecVerifier.verify(RRset rrset, DNSKEYRecord dnskey, Instant date) Verify an RRset against a single DNSKEY.private JustifiedSecStatusValUtils.verifyDnskeysWithDs(SRRset dnskeyRrset, DSRecord ds, Instant date, AtomicInteger numDsChecked) 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.