|
|||||||||
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 |
DSA_NSEC3_SHA1
DSA/SHA1, NSEC3-aware public key |
static int |
ECDSAP256SHA256
ECDSA Curve P-256 with SHA-256 public key |
static int |
ECDSAP384SHA384
ECDSA Curve P-384 with SHA-384 public 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 |
RSA_NSEC3_SHA1
RSA/SHA1, NSEC3-aware public key |
static int |
RSAMD5
RSA/MD5 public key (deprecated) |
static int |
RSASHA1
RSA/SHA1 public key |
static int |
RSASHA256
RSA/SHA256 public key |
static int |
RSASHA512
RSA/SHA512 public key |
Method Summary | |
---|---|
static java.lang.String |
string(int alg)
Converts an algorithm into its textual representation |
static int |
value(java.lang.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 RSASHA1
public static final int DSA_NSEC3_SHA1
public static final int RSA_NSEC3_SHA1
public static final int RSASHA256
public static final int RSASHA512
public static final int ECDSAP256SHA256
public static final int ECDSAP384SHA384
public static final int INDIRECT
public static final int PRIVATEDNS
public static final int PRIVATEOID
Method Detail |
---|
public static java.lang.String string(int alg)
public static int value(java.lang.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 |