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