org.xbill.DNS
Class NSEC3Record.Flags

java.lang.Object
  extended by org.xbill.DNS.NSEC3Record.Flags
Enclosing class:
NSEC3Record

public static class NSEC3Record.Flags
extends java.lang.Object


Field Summary
static int OPT_OUT
          Unsigned delegation are not included in the NSEC3 chain.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

OPT_OUT

public static final int OPT_OUT
Unsigned delegation are not included in the NSEC3 chain.

See Also:
Constant Field Values