|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xbill.DNS.KEYRecord.Protocol
public static class KEYRecord.Protocol
Field Summary | |
---|---|
static int |
ANY
Any protocol |
static int |
DNSSEC
DNSSEC |
static int |
EMAIL
|
static int |
IPSEC
IPSEC Control |
static int |
NONE
No defined protocol. |
static int |
TLS
Transaction Level Security |
Method Summary | |
---|---|
static String |
string(int type)
Converts an KEY protocol value into its textual representation |
static int |
value(String s)
Converts a textual representation of a KEY protocol into its numeric code. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NONE
public static final int TLS
public static final int EMAIL
public static final int DNSSEC
public static final int IPSEC
public static final int ANY
Method Detail |
---|
public static String string(int type)
public static int value(String s)
s
- The textual representation of the protocol
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |