summaryrefslogtreecommitdiffstats
path: root/keystore/java/android/security/KeyStoreKeyGeneratorSpi.java
Commit message (Expand)AuthorAgeFilesLines
* Check parameters in KeyGenerator.init.Alex Klyubin2015-05-071-68/+124
* Merge "Always mix in additional entropy into keymaster." into mnc-devAlex Klyubin2015-05-071-6/+3
|\
| * Always mix in additional entropy into keymaster.Alex Klyubin2015-05-061-6/+3
* | Define String constants for AndroidKeyStore crypto.Alex Klyubin2015-05-061-7/+7
|/
* Track Keymaster changes.Alex Klyubin2015-04-301-8/+1
* Align AndroidKeyStore API with user auth API.Alex Klyubin2015-04-281-21/+4
* resolved conflicts for merge of f9c14b7d to masterAlex Klyubin2015-04-241-1/+2
|\
| * No runtime exceptions during normal use of AndroidKeyStore crypto.Alex Klyubin2015-04-241-1/+2
* | Set Secure User ID from app level.Alex Klyubin2015-04-161-0/+6
* | Unhide the new AndroidKeyStore API.Alex Klyubin2015-04-131-1/+1
* | resolved conflicts for merge of a978a3d6 to masterAlex Klyubin2015-04-131-52/+49
|\ \ | |/
| * Use JCA names for block modes, paddings, and digests.Alex Klyubin2015-04-131-52/+49
* | resolved conflicts for merge of b9a9d46c to masterAlex Klyubin2015-04-091-5/+18
|\ \ | |/
| * Merge "Require IND-CPA by default for new AndroidKeyStore keys."Alex Klyubin2015-04-091-5/+18
| |\
| | * Require IND-CPA by default for new AndroidKeyStore keys.Alex Klyubin2015-04-081-5/+18
* | | am 2d81cb68: am 2cb1e1dc: am 1da3d7fc: Merge "Add more digests to AndroidKeyS...Alex Klyubin2015-04-091-5/+34
|\ \ \ | |/ /
| * | Add more digests to AndroidKeyStore API.Alex Klyubin2015-04-081-5/+34
| |/
* | resolved conflicts for merge of 06adabdb to masterAlex Klyubin2015-04-071-21/+9
|\ \ | |/
| * Make the new AndroidKeyStore API conformant.Alex Klyubin2015-04-071-21/+9
* | resolved conflicts for merge of b068f162 to masterAlex Klyubin2015-04-031-1/+1
|\ \ | |/
| * Rename KeymasterException to KeyStoreException.Alex Klyubin2015-04-021-1/+1
* | Add fingerprint-specific AndroidKeyStore API.Alex Klyubin2015-04-011-0/+4
|/
* Use Keymaster-friendly validity dates.Alex Klyubin2015-04-011-11/+10
* Hook in user authenticators and their exceptions.Alex Klyubin2015-03-311-6/+4
* Add license banner to recently added AndroidKeyStore files.Alex Klyubin2015-03-311-0/+16
* Add unauthenticated AES ciphers backed by AndroidKeyStore.Alex Klyubin2015-03-311-7/+7
* Add HmacSHA256 backed by AndroidKeyStore.Alex Klyubin2015-03-301-1/+15
* Symmetric key generation for AndroidKeyStore.Alex Klyubin2015-03-271-0/+183