Package | Description |
---|---|
org.xbill.DNS.dnssec |
Modifier and Type | Method and Description |
---|---|
JustifiedSecStatus |
ValUtils.nsecProvesNodataDsReply(Message request,
SMessage response,
SRRset keyRrset,
java.time.Instant date)
Check DS absence.
|
JustifiedSecStatus |
NSEC3ValUtils.proveNodata(java.util.List<SRRset> nsec3s,
Name qname,
int qtype,
Name zonename)
Determine if the NSEC3s provided in a response prove the NOERROR/NODATA status.
|
(package private) JustifiedSecStatus |
KeyEntry.validateKeyFor(Name signerName)
Validate if this key instance is valid for the specified name.
|
JustifiedSecStatus |
DnsSecVerifier.verify(RRset rrset,
DNSKEYRecord dnskey,
java.time.Instant date)
Verify an RRset against a single DNSKEY.
|
JustifiedSecStatus |
DnsSecVerifier.verify(SRRset rrset,
RRset keyRrset,
java.time.Instant date)
Verifies an RRset.
|
private JustifiedSecStatus |
DnsSecVerifier.verifySignature(SRRset rrset,
RRSIGRecord sigrec,
RRset keyRrset,
java.time.Instant date)
Verify an RRset against a particular signature.
|
JustifiedSecStatus |
ValUtils.verifySRRset(SRRset rrset,
SRRset keyRrset,
java.time.Instant date)
Given an SRRset that is signed by a DNSKEY found in the key_rrset, verify it.
|