|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xbill.DNS.CERTRecord.CertificateType
public static class CERTRecord.CertificateType
Field Summary | |
---|---|
static int |
OID
Certificate format defined by OID |
static int |
PGP
Pretty Good Privacy |
static int |
PKIX
PKIX (X.509v3) |
static int |
SPKI
Simple Public Key Infrastructure |
static int |
URI
Certificate format defined by URI |
Method Summary | |
---|---|
static java.lang.String |
string(int type)
Converts a certificate type into its textual representation |
static int |
value(java.lang.String s)
Converts a textual representation of an certificate type 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 PKIX
public static final int SPKI
public static final int PGP
public static final int URI
public static final int OID
Method Detail |
---|
public static java.lang.String string(int type)
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 |