summaryrefslogtreecommitdiffstats
path: root/keystore/java/android/security/KeyGeneratorSpec.java
Commit message (Expand)AuthorAgeFilesLines
* Use JCA names for block modes, paddings, and digests.Alex Klyubin2015-04-131-37/+39
* Fix minor issues in new Javadocs of AndroidKeyStore.Alex Klyubin2015-04-091-4/+4
* Require IND-CPA by default for new AndroidKeyStore keys.Alex Klyubin2015-04-081-0/+56
* Make the new AndroidKeyStore API conformant.Alex Klyubin2015-04-071-149/+63
* Expose new key use constraints in KeyPairGeneratorSpec.Alex Klyubin2015-04-021-2/+2
* Add license banner to recently added AndroidKeyStore files.Alex Klyubin2015-03-311-0/+16
* Add SecretKeyFactory backed by AndroidKeyStore.Alex Klyubin2015-03-311-1/+1
* Symmetric key generation for AndroidKeyStore.Alex Klyubin2015-03-271-0/+471