-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rename KeystoreEngine to SecureArea. (#355)
It's likely we want to add features implemented in the secure area in the future that are specific to real-world identity credentials in addition to symmetric and asymmetric keys that are guaranteed to never leave the secure area. For example, this could include keys and objects needed for ZKP and storage of credential data. Also add a feature to the Android Keystore implementation of SecureArea to allow specifying whether LSKF, biometric, or both can be used to unlock the key. Make a note in the docs that this only works with API 30 or later. Also fix a bug in DeviceRetrievalHelperTest. Test: All unit tests pass. Test: Manually tested with holder and reader.
- Loading branch information
Showing
21 changed files
with
870 additions
and
630 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.