public enum AttestationType extends java.lang.Enum<AttestationType>
| Enum Constant and Description |
|---|
ATT_CA |
BASIC |
ECDAA
Deprecated.
|
NONE |
SELF |
| Modifier and Type | Method and Description |
|---|---|
static AttestationType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AttestationType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AttestationType BASIC
public static final AttestationType SELF
public static final AttestationType ATT_CA
@Deprecated public static final AttestationType ECDAA
public static final AttestationType NONE
public static AttestationType[] values()
for (AttestationType c : AttestationType.values()) System.out.println(c);
public static AttestationType 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 null