Enum AuthenticatorStatus

    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
      ATTESTATION_KEY_COMPROMISE
      Indicates that an attestation key for this authenticator is known to be compromised.
      FIDO_CERTIFIED
      This authenticator has passed FIDO functional certification.
      FIDO_CERTIFIED_L1
      The authenticator has passed FIDO Authenticator certification at level 1.
      FIDO_CERTIFIED_L1plus
      The authenticator has passed FIDO Authenticator certification at level 1+.
      FIDO_CERTIFIED_L2
      The authenticator has passed FIDO Authenticator certification at level 2.
      FIDO_CERTIFIED_L2plus
      The authenticator has passed FIDO Authenticator certification at level 2+.
      FIDO_CERTIFIED_L3
      The authenticator has passed FIDO Authenticator certification at level 3.
      FIDO_CERTIFIED_L3plus
      The authenticator has passed FIDO Authenticator certification at level 3+.
      NOT_FIDO_CERTIFIED
      This authenticator is not FIDO certified.
      REVOKED
      The FIDO Alliance has determined that this authenticator should not be trusted for any reason.
      SELF_ASSERTION_SUBMITTED
      The authenticator vendor has completed and submitted the self-certification checklist to the FIDO Alliance.
      UNKNOWN
      (NOT DEFINED IN SPEC) Placeholder for any unknown AuthenticatorStatus value.
      UPDATE_AVAILABLE
      A software or firmware update is available for the device.
      USER_KEY_PHYSICAL_COMPROMISE
      This authenticator has known weaknesses in its key protection mechanism(s) that allow user keys to be extracted by an adversary in physical possession of the device.
      USER_KEY_REMOTE_COMPROMISE
      This authenticator has identified weaknesses that allow registered keys to be compromised and should not be trusted.
      USER_VERIFICATION_BYPASS
      Indicates that malware is able to bypass the user verification.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static AuthenticatorStatus valueOf​(java.lang.String name)
      Returns the enum constant of this type with the specified name.
      static AuthenticatorStatus[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      • Methods inherited from class java.lang.Enum

        clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
      • Methods inherited from class java.lang.Object

        getClass, notify, notifyAll, wait, wait, wait