summaryrefslogtreecommitdiff
path: root/keystore/java/android/security/KeyStore.java
AgeCommit message (Expand)Author
2021-03-15Keystore 2.0: Remove hidden Keystore API from locksettings tests.Janis Danisevskis
2021-03-12Keystore2: Integrate getState method of IKeystoreMaintenance AIDL.Hasini Gunasinghe
2021-02-25Keystore 2.0: Clear Uid/NamesapceJanis Danisevskis
2021-02-19Keystore 2.0: Revisite Authorization.javaJanis Danisevskis
2021-01-28Update frameworks to use unbundled version of BouncyCastle.Daulet Zhanguzin
2021-01-19Integrate IKeystoreAuthorization aidl's addAuthToken with Keystore SPI.Hasini Gunasinghe
2021-01-18Revert "Integrate IKeystoreAuthorization aidl's addAuthToken wit..."Louis Chang
2021-01-14Integrate IKeystoreAuthorization aidl's addAuthToken with Keystore SPI.Hasini Gunasinghe
2020-11-04Add maxTargetSdk restriction to unused APIs.Mathew Inwood
2020-06-17Merge "Preserve interrupted state across waiting for future" am: 3a91c75184 a...Treehugger Robot
2020-06-16Preserve interrupted state across waiting for futureJanis Danisevskis
2020-05-05Merge android10-qpr2-s3-release to aosp/master - DO NOT MERGEBill Yi
2020-03-19RESTRICT AUTOMERGERubin Xu
2020-02-20Clean up biometric system serverKevin Chyn
2020-01-09Use new UnsupportedAppUsage annotation.Artur Satayev
2019-12-18Use new UnsupportedAppUsage annotation.Artur Satayev
2019-11-19Merge "Removing binder access to deprecated KeyStore function reset" am: 9eb7...Max Bires
2019-11-19Merge "Allow for input_data on finish." am: 4a83b14ada am: 02c287a628Rob Barnes
2019-11-20Merge "Removing binder access to deprecated KeyStore function reset"Treehugger Robot
2019-11-14Allow for input_data on finish.Rob Barnes
2019-11-11Removing binder access to deprecated KeyStore function resetMax Bires
2019-11-08Update keyguard locked state from TrustManagerServiceRubin Xu
2019-07-03Spelling fix in KeyStore.javaSolomon Kinard
2019-04-17Fix refactoring glitch in KeyStore.javaJanis Danisevskis
2019-04-02Keystore.java: Make apps tolerant to keystore crashesJanis Danisevskis
2019-02-18Adding KEY_PERMANENTLY_INVALIDATED intMax Bires
2018-12-28Limit access to suspected false positives.Mathew Inwood
2018-12-20Merge "Changed uid output parameter from an int array to a list of strings." ...Rob Barnes
2018-12-12Changed uid output parameter from an int array to a list of strings.Rob Barnes
2018-11-21Merge "Fix deleting legacy key blobs" am: c24a4b5f44 am: b3c61fac5fJanis Danisevskis
2018-11-21Fix deleting legacy key blobsJanis Danisevskis
2018-11-16Merge "Fix IllegalArgumentException in KeyChain" am: 932f96b27f am: e73f8e8827Janis Danisevskis
2018-11-16Merge "Update KeyStore for new biometric modalities"TreeHugger Robot
2018-11-15Fix IllegalArgumentException in KeyChainJanis Danisevskis
2018-11-15Merge "Added listUidsForAuthBoundKeys to KeyStore" am: 73e9640194 am: 3090f045a7Rob Barnes
2018-11-15Merge "Added listUidsForAuthBoundKeys to KeyStore"Rob Barnes
2018-11-15Merge "Multi-threaded keystore" am: 9f248989bf am: cbd890315eJanis Danisevskis
2018-11-14Added listUidsForAuthBoundKeys to KeyStoreRob Barnes
2018-11-14Multi-threaded keystoreJanis Danisevskis
2018-11-09Merge changes from topic "async_keystore" am: e8c144fe17 am: 07b06e1bdbJanis Danisevskis
2018-11-09Remove legacy functions form IKeystoreService.aidl am: 1864c95616 am: 036229c8dfJanis Danisevskis
2018-11-08Remove legacy functions form IKeystoreService.aidlJanis Danisevskis
2018-11-08Add return code KEY_ALREADY existsJanis Danisevskis
2018-11-02Update KeyStore for new biometric modalitiesKevin Chyn
2018-08-16Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-16Add @UnsupportedAppUsage annotationsMathew Inwood
2018-08-01Merge "Code reformatting for upcoming annotations." am: 60c8cfdd0f am: 02763a...Mathew Inwood
2018-08-01Merge "Code reformatting for upcoming annotations."Mathew Inwood
2018-08-01Code reformatting for upcoming annotations.Mathew Inwood
2018-06-12Add Keystore get option that supresses caught exceptions warnings.Irina Dumitrescu