Package-level declarations
Types
Error indicating that the required com.futurae.sdk.model.FTAccount is not found in the SDK's database
Futurae authorization request failed.
Futurae internal server error
Error indicating failure of Keystore cryptographic operations
Error indicating that necessary SDK secrets are not found in storage. You can attempt to recover this state by launching the SDK via com.futurae.sdk.FuturaeSDK.launchAccountRecovery
Error indicating failure of cryptographic signature generation
Indicates that authenticating with the SDK failed.
Indicates that biometrics have been invalidated on this device
Indicates that the SDK keys and/or secrets have been corrupted or are missing. Please call com.futurae.sdk.FuturaeSDK.reset to reset your SDK installation and continue.
Indicates that the SDK configuration provided to initialize the SDK is invalid.
Indicates that a called SDK operation is invalid. E.g. trying to enroll the first account without PIN under com.futurae.sdk.LockConfigurationType.SDK_PIN_WITH_BIOMETRICS_OPTIONAL
Indicates that a secure operation was requested to be performed with the key that does not exist at the time of call.
Indicates that the requested lock mechanism via com.futurae.LockConfigurationType (e.g. Biometrics) is not available on the device
Indicates that the SDK failed to migrate a previous installation of SDK v1.x.x to the format of SDK v2.x.x. Please call com.futurae.sdk.FuturaeSDK.reset to reset your SDK v1.x.x installation and continue with v2.x.x
Indicates that a locked operation was called without unlocking the SDK.
Exceptions related to com.futurae.sdk.FuturaeSDK.launchAccountRecovery
Indicates that @see com.futurae.sdk.FuturaeSDK.launchAccountRecovery has failed due to corrupted or missing cryptographic material and recovery is not possible.
Indicates that com.futurae.sdk.FuturaeSDK.launchAccountRecovery has failed a number of times and the SDK installation is no longer recoverable