Package org.xbill.DNS
Class CERTRecord.CertificateType
java.lang.Object
org.xbill.DNS.CERTRecord.CertificateType
- Enclosing class:
CERTRecord
Certificate type identifiers.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAttribute Certificatestatic final intURL of an Attribute Certificatestatic final intFingerprint and URL of an OpenPGP packetstatic final intURL of an X.509 data objectstatic final intURL of an SPKI certificatestatic final intCertificate format defined by OIDstatic final intPretty Good Privacystatic final intPKIX (X.509v3)static final intSimple Public Key Infrastructurestatic final intCertificate format defined by URI -
Method Summary
-
Field Details
-
PKIX
public static final int PKIXPKIX (X.509v3)- See Also:
-
SPKI
public static final int SPKISimple Public Key Infrastructure- See Also:
-
PGP
public static final int PGPPretty Good Privacy- See Also:
-
IPKIX
public static final int IPKIXURL of an X.509 data object- See Also:
-
ISPKI
public static final int ISPKIURL of an SPKI certificate- See Also:
-
IPGP
public static final int IPGPFingerprint and URL of an OpenPGP packet- See Also:
-
ACPKIX
public static final int ACPKIXAttribute Certificate- See Also:
-
IACPKIX
public static final int IACPKIXURL of an Attribute Certificate- See Also:
-
URI
public static final int URICertificate format defined by URI- See Also:
-
OID
public static final int OIDCertificate format defined by OID- See Also:
-
-
Method Details
-
string
Converts a certificate type into its textual representation -
value
Converts a textual representation of an certificate type into its numeric code. Integers in the range 0..65535 are also accepted.- Parameters:
s- The textual representation of the algorithm- Returns:
- The algorithm code, or -1 on error.
-