public static enum OCSPResponse.ResponseStatus extends java.lang.Enum<OCSPResponse.ResponseStatus>
| Enum Constant and Description |
|---|
INTERNAL_ERROR |
MALFORMED_REQUEST |
SIG_REQUIRED |
SUCCESSFUL |
TRY_LATER |
UNAUTHORIZED |
UNUSED |
| Modifier and Type | Method and Description |
|---|---|
static OCSPResponse.ResponseStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static OCSPResponse.ResponseStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OCSPResponse.ResponseStatus SUCCESSFUL
public static final OCSPResponse.ResponseStatus MALFORMED_REQUEST
public static final OCSPResponse.ResponseStatus INTERNAL_ERROR
public static final OCSPResponse.ResponseStatus TRY_LATER
public static final OCSPResponse.ResponseStatus UNUSED
public static final OCSPResponse.ResponseStatus SIG_REQUIRED
public static final OCSPResponse.ResponseStatus UNAUTHORIZED
public static OCSPResponse.ResponseStatus[] values()
for (OCSPResponse.ResponseStatus c : OCSPResponse.ResponseStatus.values()) System.out.println(c);
public static OCSPResponse.ResponseStatus 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