public static enum VerifiedSCT.Status extends Enum<VerifiedSCT.Status>
| Enum Constant and Description |
|---|
INVALID_SCT |
INVALID_SIGNATURE |
UNKNOWN_LOG |
VALID |
| Modifier and Type | Method and Description |
|---|---|
static VerifiedSCT.Status |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VerifiedSCT.Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final VerifiedSCT.Status VALID
public static final VerifiedSCT.Status INVALID_SIGNATURE
public static final VerifiedSCT.Status UNKNOWN_LOG
public static final VerifiedSCT.Status INVALID_SCT
public static VerifiedSCT.Status[] values()
for (VerifiedSCT.Status c : VerifiedSCT.Status.values()) System.out.println(c);
public static VerifiedSCT.Status 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 null