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 SecurityStatusSRRset. getSecurityStatus()SecurityStatusSMessage. getStatus()Gets the security status of this message.static SecurityStatusSecurityStatus. 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 voidSRRset. setSecurityStatus(SecurityStatus status)Set the current security status for this SRRset.voidSMessage. setStatus(SecurityStatus status)Sets the security status for this message.voidSMessage. 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 SecurityStatusValUtils. nsecProvesNoDS(org.xbill.DNS.NSECRecord nsec, org.xbill.DNS.Name qname)Determines whether the givenNSECRecordproves that there is noDSRecordforqname.SecurityStatusDnsSecVerifier. verify(org.xbill.DNS.RRset rrset, org.xbill.DNS.DNSKEYRecord dnskey)Verify an RRset against a single DNSKEY.SecurityStatusDnsSecVerifier. verify(org.xbill.DNS.RRset rrset, org.xbill.DNS.RRset keyRrset)Verifies an RRset.SecurityStatusValUtils. verifySRRset(SRRset rrset, SRRset keyRrset)Given an SRRset that is signed by a DNSKEY found in the key_rrset, verify it.
-