Package com.thalesgroup.gemalto.fido2.authenticator.passcode
package com.thalesgroup.gemalto.fido2.authenticator.passcode
-
ClassDescriptionA controller that allows the application to cancel an ongoing passcode operation.An abstract representation of the secure keyboard used for passcode entry.A callback for receiving events from the secure keyboard.Describes the type of key pressed on the secure keyboard.Describes the current purpose of the secure keyboard.Manages the lifecycle of the Passcode Authenticator.A callback for handling the UI and results of Passcode Authenticator operations.A global configuration class for the Passcode Authenticator.An abstract base class for defining passcode complexity rules.An exception thrown when a passcode fails to meet the configured complexity rules.Defines the specific error codes for passcode rule violations.A
PasscodeRulethat requires the passcode length to be within a specific range.APasscodeRulethat prevents the passcode from being a palindrome (e.g., "12321").APasscodeRulethat prevents the passcode from being a sequential series of numbers, either ascending (e.g., "123456") or descending (e.g., "654321").APasscodeRulethat prevents the passcode from consisting of a single repeated digit (e.g., "111111").A callback for programmatically providing a passcode to the SDK.