public enum X509CertificatePolicyCPS extends java.lang.Enum<X509CertificatePolicyCPS>
| Modifier and Type | Method and Description |
|---|---|
protected abstract java.net.URI |
cPSURI() |
boolean |
equals(byte[] extnValue) |
java.lang.String |
toString() |
static X509CertificatePolicyCPS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static X509CertificatePolicyCPS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final X509CertificatePolicyCPS ROOT
public static final X509CertificatePolicyCPS CA
public static final X509CertificatePolicyCPS EndEntity
public static X509CertificatePolicyCPS[] values()
for (X509CertificatePolicyCPS c : X509CertificatePolicyCPS.values()) System.out.println(c);
public static X509CertificatePolicyCPS valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is nullprotected abstract java.net.URI cPSURI()
public java.lang.String toString()
toString in class java.lang.Enum<X509CertificatePolicyCPS>public boolean equals(byte[] extnValue)