Class JustifiedSecStatus

java.lang.Object
org.xbill.DNS.dnssec.JustifiedSecStatus

final class JustifiedSecStatus extends Object
Codes for DNSSEC security statuses along with a reason why the status was determined.
Since:
3.5
  • Field Details

  • Constructor Details

    • JustifiedSecStatus

      JustifiedSecStatus(SecurityStatus status, int edeReason, String reason)
      Creates a new instance of this class.
      Parameters:
      status - The security status.
      reason - The reason why the status was determined.
  • Method Details

    • applyToResponse

      void applyToResponse(SMessage response)
      Applies this security status to a response message.
      Parameters:
      response - The response to which to apply this status.