AndroidKeystoreKeyUnlockData
class AndroidKeystoreKeyUnlockData(val secureArea: AndroidKeystoreSecureArea, val alias: String) : KeyUnlockData
A class that can be used to provide information used for unlocking a key.
Currently only user-authentication is supported.
Parameters
alias
the alias of the key to unlock.
Properties
Functions
Link copied to clipboard
Gets a BiometricPrompt.CryptoObject for signing data.