Package | Description |
---|---|
org.xbill.DNS.dnssec |
Modifier and Type | Field and Description |
---|---|
private SecurityStatus |
SMessage.securityStatus |
private SecurityStatus |
SRRset.securityStatus |
(package private) SecurityStatus |
JustifiedSecStatus.status |
private SecurityStatus |
NSEC3ValUtils.CEResponse.status
bogus if no closest encloser could be proven.
|
Modifier and Type | Method and Description |
---|---|
SecurityStatus |
SRRset.getSecurityStatus()
|
SecurityStatus |
SMessage.getStatus()
Gets the security status of this message.
|
static SecurityStatus |
ValUtils.nsecProvesNoDS(NSECRecord nsec,
Name qname)
|
SecurityStatus |
NSEC3ValUtils.proveNameError(java.util.List<SRRset> nsec3s,
Name qname,
Name zonename)
Determine if the set of NSEC3 records provided with a response prove NAME ERROR.
|
SecurityStatus |
NSEC3ValUtils.proveNoDS(java.util.List<SRRset> nsec3s,
Name qname,
Name zonename)
Prove that a DS response either had no DS, or wasn't a delegation point.
|
SecurityStatus |
NSEC3ValUtils.proveWildcard(java.util.List<SRRset> nsec3s,
Name qname,
Name zonename,
Name wildcard)
Prove that a positive wildcard match was appropriate (no direct match RRset).
|
static SecurityStatus |
SecurityStatus.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SecurityStatus[] |
SecurityStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
SRRset.setSecurityStatus(SecurityStatus status)
Set the current security status for this SRRset.
|
void |
SMessage.setStatus(SecurityStatus status,
int edeReason)
Sets the security status for this message.
|
void |
SMessage.setStatus(SecurityStatus status,
int edeReason,
java.lang.String reason)
Sets the security status for this message.
|
Constructor and Description |
---|
JustifiedSecStatus(SecurityStatus status,
int edeReason,
java.lang.String reason)
Creates a new instance of this class.
|