public static enum KeyAttestationResponseAttestationStatement.FormatEnum extends Enum<KeyAttestationResponseAttestationStatement.FormatEnum>
Enum Constant and Description |
---|
CERTIFICATE |
Modifier and Type | Method and Description |
---|---|
static KeyAttestationResponseAttestationStatement.FormatEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static KeyAttestationResponseAttestationStatement.FormatEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static KeyAttestationResponseAttestationStatement.FormatEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final KeyAttestationResponseAttestationStatement.FormatEnum CERTIFICATE
public static KeyAttestationResponseAttestationStatement.FormatEnum[] values()
for (KeyAttestationResponseAttestationStatement.FormatEnum c : KeyAttestationResponseAttestationStatement.FormatEnum.values()) System.out.println(c);
public static KeyAttestationResponseAttestationStatement.FormatEnum 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 nullpublic String getValue()
public String toString()
toString
in class Enum<KeyAttestationResponseAttestationStatement.FormatEnum>
public static KeyAttestationResponseAttestationStatement.FormatEnum fromValue(String text)
Copyright © 2017-2025 Fortanix Inc. All Rights Reserved