Interface PinAuthenticatorProtectionStatus.LastAttemptFailed

All Superinterfaces:
PinAuthenticatorProtectionStatus
Enclosing interface:
PinAuthenticatorProtectionStatus

public static interface PinAuthenticatorProtectionStatus.LastAttemptFailed extends PinAuthenticatorProtectionStatus
And invalid PIN was provided previously. This may imply that an attacker is trying to use the PIN authenticator.
  • Method Details

    • remainingRetries

      int remainingRetries()
      The number of remaining retries available.
      Returns:
      the remaining retries
    • coolDownTimeInSeconds

      long coolDownTimeInSeconds()
      The time that must be passed before the user can try to provide credentials again.

      If the value is 0, it means that no cool-down is required, and that a new PIN can be provided immediately.

      Returns:
      time that must be passed before the user can try to provide credentials again