public static enum OCSP.RevocationStatus.CertStatus extends java.lang.Enum<OCSP.RevocationStatus.CertStatus>
| Modifier and Type | Method and Description |
|---|---|
static OCSP.RevocationStatus.CertStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OCSP.RevocationStatus.CertStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OCSP.RevocationStatus.CertStatus GOOD
public static final OCSP.RevocationStatus.CertStatus REVOKED
public static final OCSP.RevocationStatus.CertStatus UNKNOWN
public static OCSP.RevocationStatus.CertStatus[] values()
for (OCSP.RevocationStatus.CertStatus c : OCSP.RevocationStatus.CertStatus.values()) System.out.println(c);
public static OCSP.RevocationStatus.CertStatus 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 null