|
|||||||||
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 |
ACPKIX
Attribute Certificate |
static int |
IACPKIX
URL of an Attribute Certificate |
static int |
IPGP
Fingerprint and URL of an OpenPGP packet |
static int |
IPKIX
URL of an X.509 data object |
static int |
ISPKI
URL of an SPKI certificate |
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 String |
string(int type)
Converts a certificate type into its textual representation |
static int |
value(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 IPKIX
public static final int ISPKI
public static final int IPGP
public static final int ACPKIX
public static final int IACPKIX
public static final int URI
public static final int OID
Method Detail |
---|
public static String string(int type)
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 |