public static enum Types.Signature_Status extends java.lang.Enum<Types.Signature_Status>
| Enum Constant and Description |
|---|
INCOMPLETE
Can not reach certificate revocation info
|
INVALID
Signature can not valid
|
VALID
Signature is validated
|
| Modifier and Type | Method and Description |
|---|---|
static Types.Signature_Status |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Types.Signature_Status[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Types.Signature_Status VALID
public static final Types.Signature_Status INVALID
public static final Types.Signature_Status INCOMPLETE
public static Types.Signature_Status[] values()
for (Types.Signature_Status c : Types.Signature_Status.values()) System.out.println(c);
public static Types.Signature_Status 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 nullCopyright © 2025. All rights reserved.