Package | Description |
---|---|
org.xbill.DNS.dnssec |
Modifier and Type | Method and Description |
---|---|
static boolean |
ValUtils.nsecProvesNameError(SRRset set,
NSECRecord nsec,
Name qname)
Determine if the given NSEC proves a NameError (NXDOMAIN) for a given qname.
|
static ValUtils.NsecProvesNodataResponse |
ValUtils.nsecProvesNodata(SRRset set,
NSECRecord nsec,
Name qname,
int qtype)
Determine if a NSEC proves the NOERROR/NODATA conditions.
|
static SecurityStatus |
ValUtils.nsecProvesNoDS(NSECRecord nsec,
Name qname)
|
static boolean |
ValUtils.nsecProvesNoWC(SRRset set,
NSECRecord nsec,
Name qname)
Determine if a NSEC record proves the non-existence of a wildcard that could have produced
qname.
|
static Name |
ValUtils.nsecWildcard(Name domain,
SRRset set,
NSECRecord nsec)
Gets the closest encloser of
domain prepended with a wildcard label. |