Uses of Enum Class
org.xbill.DNS.dnssec.SecurityStatus
Packages that use SecurityStatus
-
Uses of SecurityStatus in org.xbill.DNS.dnssec
Fields in org.xbill.DNS.dnssec declared as SecurityStatusModifier and TypeFieldDescriptionprivate SecurityStatusSMessage.securityStatusprivate SecurityStatusSRRset.securityStatus(package private) SecurityStatusJustifiedSecStatus.statusprivate SecurityStatusNSEC3ValUtils.CEResponse.statusbogus if no closest encloser could be proven.Methods in org.xbill.DNS.dnssec that return SecurityStatusModifier and TypeMethodDescriptionSRRset.getSecurityStatus()SMessage.getStatus()Gets the security status of this message.static SecurityStatusValUtils.nsecProvesNoDS(NSECRecord nsec, Name qname) NSEC3ValUtils.proveNameError(List<SRRset> nsec3s, Name qname, Name zonename, Nsec3ValidationState state) Determine if the set of NSEC3 records provided with a response prove NAME ERROR.Prove that a DS response either had no DS, or wasn't a delegation point.NSEC3ValUtils.proveWildcard(List<SRRset> nsec3s, Name qname, Name zonename, Name wildcard, Nsec3ValidationState state) Prove that a positive wildcard match was appropriate (no direct match RRset).static SecurityStatusReturns 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.xbill.DNS.dnssec with parameters of type SecurityStatusModifier and TypeMethodDescriptionvoidSRRset.setSecurityStatus(SecurityStatus status) Set the current security status for this SRRset.voidSMessage.setStatus(SecurityStatus status, int edeReason) Sets the security status for this message.voidSMessage.setStatus(SecurityStatus status, int edeReason, String reason) Sets the security status for this message.Constructors in org.xbill.DNS.dnssec with parameters of type SecurityStatusModifierConstructorDescription(package private)JustifiedSecStatus(SecurityStatus status, int edeReason, String reason) Creates a new instance of this class.