Migrate away from hardware-backed keys until keymaster issues are fixed.

This commit is contained in:
akwizgran
2020-02-24 10:09:38 +00:00
parent c75c8da4b9
commit 0122282a72
3 changed files with 20 additions and 20 deletions

View File

@@ -5,6 +5,9 @@ import org.briarproject.bramble.api.nullsafety.NotNullByDefault;
/**
* Interface for strengthening a password-based key, for example by using a
* key stored in a key management service or hardware security module.
*
* TODO: Remove after a reasonable migration period unless we can work around
* Android keymaster bugs. Added 2020-02-24
*/
@NotNullByDefault
public interface KeyStrengthener {