true if the key was deleted, or false if the key didn't exist.
Retrieves an encrypted value associated with the key.
Note: This operation requires the user interaction, consider using ActivityManager.runUserInteraction to ensure that consequent UI-related operations are suspended until this one is completed.
A key to get value for.
Optionalconfig: BiometricConfigThe options of the biometric prompt.
Returns true if the key exists in the storage, or false otherwise.
Associates a value with a key in an encrypted storage.
Note: This operation requires the user interaction, consider using ActivityManager.runUserInteraction to ensure that consequent UI-related operations are suspended until this one is completed.
A key to set.
A value to write.
Optionalconfig: BiometricConfigThe options of the biometric prompt.
Deletes the key and the associated encrypted value.