LegacyEncryptedFile

Utility class for accessing encrypted files created by the Legacy SDK.

This class provides a bridge to read encrypted files that were created using the Legacy SDK's It's used during the migration process to decrypt and read legacy biometric authentication data.

The Legacy SDK stored keys in encrypted files using the AndroidX Security library's EncryptedFile with specific encryption parameters. This class recreates the same encryption configuration to enable reading those files during migration.

See also

Constructors

Link copied to clipboard
constructor()

Types

Link copied to clipboard
object Companion