All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.yubico.fido.metadata.CtapVersion Maven / Gradle / Ivy

The newest version!
package com.yubico.fido.metadata;

/**
 * Enumeration of CTAP versions.
 *
 * @see Client
 *     to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)
 */
public enum CtapVersion {

  /**
   * @see Client
   *     to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)
   */
  U2F_V2,

  /**
   * @see Client
   *     to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)
   */
  FIDO_2_0,

  /**
   * @see Client
   *     to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)
   */
  FIDO_2_1_PRE,

  /**
   * @see Client
   *     to Authenticator Protocol (CTAP) §6.4. authenticatorGetInfo (0x04)
   */
  FIDO_2_1;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy