Uses of Class
org.jitsi.dnssec.SecurityStatus
-
Packages that use SecurityStatus Package Description org.jitsi.dnssec org.jitsi.dnssec.validator -
-
Uses of SecurityStatus in org.jitsi.dnssec
Methods in org.jitsi.dnssec that return SecurityStatus Modifier and Type Method Description SecurityStatus
SRRset. getSecurityStatus()
SecurityStatus
SMessage. getStatus()
Gets the security status of this message.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.Methods in org.jitsi.dnssec with parameters of type SecurityStatus Modifier and Type Method 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, java.lang.String reason)
Sets the security status for this message. -
Uses of SecurityStatus in org.jitsi.dnssec.validator
Methods in org.jitsi.dnssec.validator that return SecurityStatus Modifier and Type Method Description static SecurityStatus
ValUtils. nsecProvesNoDS(org.xbill.DNS.NSECRecord nsec, org.xbill.DNS.Name qname)
Determines whether the givenNSECRecord
proves that there is noDSRecord
forqname
.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.
-