Package org.xbill.DNS.dnssec
Class NSEC3ValUtils.CEResponse
java.lang.Object
org.xbill.DNS.dnssec.NSEC3ValUtils.CEResponse
- Enclosing class:
NSEC3ValUtils
This is just a simple class to encapsulate the response to a closest encloser proof.
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final NSEC3Recordprivate final Nameprivate NSEC3Recordprivate SecurityStatusbogus if no closest encloser could be proven. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
closestEncloser
-
ceNsec3
-
ncNsec3
-
status
- bogus if no closest encloser could be proven.
- secure if a closest encloser could be proven, ce is set.
- insecure if the closest-encloser candidate turns out to prove that an insecure delegation exists above the qname.
-
-
Constructor Details
-
CEResponse
-