Package | Description |
---|---|
org.jitsi.dnssec | |
org.jitsi.dnssec.validator |
Modifier and Type | Method and Description |
---|---|
SecurityStatus |
SRRset.getSecurityStatus()
|
SecurityStatus |
SMessage.getStatus()
Gets the security status of this message.
|
static SecurityStatus |
SecurityStatus.valueOf(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)
Sets the security status for this message.
|
void |
SMessage.setStatus(SecurityStatus status,
String reason)
Sets the security status for this message.
|
Modifier and Type | Method and Description |
---|---|
static SecurityStatus |
ValUtils.nsecProvesNoDS(org.xbill.DNS.NSECRecord nsec,
org.xbill.DNS.Name qname)
Determines whether the given
NSECRecord proves that there is no
DSRecord for qname . |
SecurityStatus |
DnsSecVerifier.verify(org.xbill.DNS.RRset rrset,
org.xbill.DNS.DNSKEYRecord dnskey)
Verify an RRset against a single DNSKEY.
|
SecurityStatus |
DnsSecVerifier.verify(org.xbill.DNS.RRset rrset,
org.xbill.DNS.RRset keyRrset)
Verifies an RRset.
|
SecurityStatus |
ValUtils.verifySRRset(SRRset rrset,
SRRset keyRrset)
Given an SRRset that is signed by a DNSKEY found in the key_rrset, verify
it.
|
Copyright © 2016 jitsi.org. All rights reserved.