Package com.yubico.fido.metadata
Enum Class CtapCertificationId
- All Implemented Interfaces:
Serializable
,Comparable<CtapCertificationId>
,Constable
The
AuthenticatorGetInfo.getCertifications()
member provides a hint to the platform with
additional information about certifications that the authenticator has received. Certification
programs may revoke certification of specific devices at any time. Relying partys are responsible
for validating attestations and AAGUID via appropriate methods. Platforms may alter their
behaviour based on these hints such as selecting a PIN protocol or credProtect level.-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic CtapCertificationId
Returns the enum constant of this class with the specified name.static CtapCertificationId[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
FIPS_CMVP_2
-
FIPS_CMVP_3
-
FIPS_CMVP_2_PHY
-
FIPS_CMVP_3_PHY
-
CC_EAL
-
FIDO
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-