summaryrefslogtreecommitdiffstats
path: root/keystore/tests/Android.mk
Commit message (Collapse)AuthorAgeFilesLines
* Track change to JSSE providerKenny Root2013-04-291-1/+1
| | | | Change-Id: I35e824e47ad758ab6408e91e2ba5dcda053a82f5
* Add ability to replace chain for PrivateKeyEntryKenny Root2012-08-221-1/+1
| | | | | | | | | For the AndroidKeyStore API, allow entries to have their certificate chain replaced without destroying the underlying PrivateKey. Since entries are backed by unexportable private keys, requiring them to be supplied again doesn't make sense and is impossible. Change-Id: I629ce2a625315c8d8020a082892650ac5eba22ae
* Add unit test for the new keystore.Chung-yih Wang2009-09-291-0/+15
Since we need to test the keystore with user system in order to test the reset(), password(), lock() and unlock(), we have to take advantage of the ActivityUnitTestCase to run the test with the user 'system'.