public static enum OCSPUtils.RevocationStatus extends Enum<OCSPUtils.RevocationStatus>
Modifier and Type | Method and Description |
---|---|
static OCSPUtils.RevocationStatus |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OCSPUtils.RevocationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OCSPUtils.RevocationStatus GOOD
public static final OCSPUtils.RevocationStatus REVOKED
public static final OCSPUtils.RevocationStatus UNKNOWN
public static OCSPUtils.RevocationStatus[] values()
for (OCSPUtils.RevocationStatus c : OCSPUtils.RevocationStatus.values()) System.out.println(c);
public static OCSPUtils.RevocationStatus valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2019 JBoss by Red Hat. All rights reserved.