Uses of Enum Class
org.jitsi.dnssec.SecurityStatus
Packages that use SecurityStatus
-
Uses of SecurityStatus in org.jitsi.dnssec
Methods in org.jitsi.dnssec that return SecurityStatusModifier and TypeMethodDescriptionSRRset.getSecurityStatus()
SMessage.getStatus()
Gets the security status of this message.static SecurityStatus
Returns the enum constant of this class with the specified name.static SecurityStatus[]
SecurityStatus.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.jitsi.dnssec with parameters of type SecurityStatusModifier and TypeMethodDescriptionvoid
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. -
Uses of SecurityStatus in org.jitsi.dnssec.validator
Methods in org.jitsi.dnssec.validator that return SecurityStatusModifier and TypeMethodDescriptionstatic SecurityStatus
ValUtils.nsecProvesNoDS
(org.xbill.DNS.NSECRecord nsec, org.xbill.DNS.Name qname) Determines whether the givenNSECRecord
proves that there is noDSRecord
forqname
.DnsSecVerifier.verify
(org.xbill.DNS.RRset rrset, org.xbill.DNS.DNSKEYRecord dnskey) Verify an RRset against a single DNSKEY.DnsSecVerifier.verify
(org.xbill.DNS.RRset rrset, org.xbill.DNS.RRset keyRrset) Verifies an RRset.ValUtils.verifySRRset
(SRRset rrset, SRRset keyRrset) Given an SRRset that is signed by a DNSKEY found in the key_rrset, verify it.