public enum Ctap2Version extends Enum<Ctap2Version>
| Modifier and Type | Method and Description |
|---|---|
static Ctap2Version |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Ctap2Version[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Ctap2Version CTAP_2_0
public static final Ctap2Version CTAP_2_1
public static Ctap2Version[] values()
for (Ctap2Version c : Ctap2Version.values()) System.out.println(c);
public static Ctap2Version 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 nullCopyright © 2021 Kenan Klisura. All rights reserved.