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