summaryrefslogtreecommitdiff
path: root/keystore/java/android/security/AndroidKeyStoreMaintenance.java
AgeCommit message (Collapse)Author
2021-04-16Keystore 2.0: Add key migration API.Janis Danisevskis
The key migration API is required by locksettingsservice to move the synthetic password key out of AID_SYSTEM to protect it from deletion when the user removes credentials from AID_SYSTEM. Bug: 184664830 Test: N/A Change-Id: I8d0ffb79870affc8ac055574b6f808a984aa5e52
2021-04-01Keystore 2.0: Remove Keystore 1.0 SPI with all remaining referencesJanis Danisevskis
Bug: 171305684 Test: CtsKeystoreTestCases Change-Id: I337515dadc9e45b909bff058d4e13371b4fa843c
2021-03-23Keystore 2.0: Add onDeviceOffBody to AndroidKeyStoreMaintenance.Janis Danisevskis
Also have KeyStore.onDeviceOffBody call AndroidKeyStoreMaintenance.onDeviceOffBody. Test: N/A Bug: 171305684 Change-Id: I0b01764bfc4c5828d17ccfffb4f8dad5f3bcea6d
2021-03-12Keystore2: Integrate getState method of IKeystoreMaintenance AIDL.Hasini Gunasinghe
Bug: 176123105 Test: TBD Change-Id: I8bc6bf219f7c4bb3722c310debcc8a276d14ed98
2021-03-08Keystore 2.0: Rename KeystoreUserManagement KeystoreMaintenanceJanis Danisevskis
Test: N/A Change-Id: I252f75fc6d918029ef682c20edb3fb667ebaf8db
2021-02-25Keystore 2.0: Clear Uid/NamesapceJanis Danisevskis
Implement uid/namespace clearing for Keystore 2.0. Test: Verified that keys get deleted when an app gets uninstalled. Change-Id: I1b0b65e977177a6e34c500b00b5070ec18be2671
2021-02-19Integrate IKeystoreUserManager aidl with LockSettingsService.Hasini Gunasinghe
This CL introduces the client side for IKeystoreUserManager aidl and integrates it with the LockSettingsService. Bug: 171305115 Test: TBD Change-Id: I7560e98f95aaec6b85cdcfc01ba83aea0ccc52ae