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