|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xbill.DNS.DNSSEC.Algorithm
public static class DNSSEC.Algorithm
Field Summary | |
---|---|
static int |
DH
Diffie Hellman key |
static int |
DSA
DSA public key |
static int |
ECC
Elliptic Curve key |
static int |
INDIRECT
Indirect keys; the actual key is elsewhere. |
static int |
PRIVATEDNS
Private algorithm, specified by domain name |
static int |
PRIVATEOID
Private algorithm, specified by OID |
static int |
RSAMD5
RSA/MD5 public key (deprecated) |
static int |
RSASHA1
RSA/SHA1 public key |
Method Summary | |
---|---|
static String |
string(int alg)
Converts an algorithm into its textual representation |
static int |
value(String s)
Converts a textual representation of an algorithm 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 RSAMD5
public static final int DH
public static final int DSA
public static final int ECC
public static final int RSASHA1
public static final int INDIRECT
public static final int PRIVATEDNS
public static final int PRIVATEOID
Method Detail |
---|
public static String string(int alg)
public static int value(String s)
s
- The textual representation of the algorithm
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |