summaryrefslogtreecommitdiffstats
path: root/keystore/java/android/security/KeyGeneratorSpec.java
Commit message (Expand)AuthorAgeFilesLines
* Document when encrypted AndroidKeyStore keys are wiped.Alex Klyubin2015-05-081-7/+6
* More Javadocs for AndroidKeyStore public classes.Alex Klyubin2015-05-081-13/+53
* Merge "Adjust the Javadoc for user authentication timeout." into mnc-devAlex Klyubin2015-05-071-4/+6
|\
| * Adjust the Javadoc for user authentication timeout.Alex Klyubin2015-05-071-4/+6
* | Define String constants for AndroidKeyStore crypto.Alex Klyubin2015-05-061-10/+11
|/
* Align AndroidKeyStore API with user auth API.Alex Klyubin2015-04-281-54/+26
* Unhide the new AndroidKeyStore API.Alex Klyubin2015-04-131-11/+5
* resolved conflicts for merge of a978a3d6 to masterAlex Klyubin2015-04-131-37/+39
|\
| * Use JCA names for block modes, paddings, and digests.Alex Klyubin2015-04-131-37/+39
* | am 4acc3392: am 8676a88e: am 97d2d7c4: Merge "Fix minor issues in new Javadoc...Alex Klyubin2015-04-091-4/+4
|\ \ | |/
| * Fix minor issues in new Javadocs of AndroidKeyStore.Alex Klyubin2015-04-091-4/+4
* | resolved conflicts for merge of b9a9d46c to masterAlex Klyubin2015-04-091-0/+56
|\ \ | |/
| * Require IND-CPA by default for new AndroidKeyStore keys.Alex Klyubin2015-04-081-0/+56
* | resolved conflicts for merge of 06adabdb to masterAlex Klyubin2015-04-071-149/+63
|\ \ | |/
| * Make the new AndroidKeyStore API conformant.Alex Klyubin2015-04-071-149/+63
* | resolved conflicts for merge of e7e705d4 to masterAlex Klyubin2015-04-021-2/+2
|\ \ | |/
| * Expose new key use constraints in KeyPairGeneratorSpec.Alex Klyubin2015-04-021-2/+2
* | Add fingerprint-specific AndroidKeyStore API.Alex Klyubin2015-04-011-2/+36
|/
* 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