Package | Description |
---|---|
org.xbill.DNS.dnssec |
Modifier and Type | Field and Description |
---|---|
private NSEC3Record |
NSEC3ValUtils.CEResponse.ceNsec3 |
private NSEC3Record |
NSEC3ValUtils.CEResponse.ncNsec3 |
Modifier and Type | Method and Description |
---|---|
private NSEC3Record |
NSEC3ValUtils.findCoveringNSEC3(Name name,
Name zonename,
java.util.List<SRRset> nsec3s)
Given a pre-hashed name, find a covering NSEC3 from among a list of NSEC3s.
|
private NSEC3Record |
NSEC3ValUtils.findMatchingNSEC3(Name name,
Name zonename,
java.util.List<SRRset> nsec3s)
Find the NSEC3Record that matches a hash of a name.
|
Modifier and Type | Method and Description |
---|---|
private boolean |
NSEC3ValUtils.nsec3Covers(NSEC3Record nsec3,
Name zonename,
byte[] hash)
Given a hash and a candidate NSEC3Record, determine if that NSEC3Record covers the hash.
|
Constructor and Description |
---|
CEResponse(Name ce,
NSEC3Record nsec3) |