Package org.xbill.DNS.dnssec
Class JustifiedSecStatus
java.lang.Object
org.xbill.DNS.dnssec.JustifiedSecStatus
Codes for DNSSEC security statuses along with a reason why the status was determined.
- Since:
- 3.5
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int(package private) String(package private) SecurityStatus -
Constructor Summary
ConstructorsConstructorDescriptionJustifiedSecStatus(SecurityStatus status, int edeReason, String reason) Creates a new instance of this class. -
Method Summary
Modifier and TypeMethodDescription(package private) voidapplyToResponse(SMessage response) Applies this security status to a response message.
-
Field Details
-
status
SecurityStatus status -
edeReason
int edeReason -
reason
String reason
-
-
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
Applies this security status to a response message.- Parameters:
response- The response to which to apply this status.
-