Enum Class CtapCertificationId

java.lang.Object
java.lang.Enum<CtapCertificationId>
com.yubico.fido.metadata.CtapCertificationId
All Implemented Interfaces:
Serializable, Comparable<CtapCertificationId>, Constable

public enum CtapCertificationId extends Enum<CtapCertificationId>
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.
See Also: