org.xbill.DNS
Class DNSKEYRecord.Flags
java.lang.Object
org.xbill.DNS.DNSKEYRecord.Flags
- Enclosing class:
- DNSKEYRecord
public static class DNSKEYRecord.Flags
- extends Object
Field Summary |
static int |
SEP_KEY
Key is a secure entry point key |
static int |
ZONE_KEY
Key is a zone key |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ZONE_KEY
public static final int ZONE_KEY
- Key is a zone key
- See Also:
- Constant Field Values
SEP_KEY
public static final int SEP_KEY
- Key is a secure entry point key
- See Also:
- Constant Field Values