summaryrefslogtreecommitdiffstats
path: root/keystore/java/android/security/keystore/KeyGenParameterSpec.java
Commit message (Expand)AuthorAgeFilesLines
* Harden and clean up KeyProtection.Alex Klyubin2015-06-161-2/+3
* Harden and clean up KeyGenParameterSpec.Alex Klyubin2015-06-161-34/+41
* Document when self-signed certs have invalid signature.Alex Klyubin2015-06-121-0/+8
* Update Javadocs to reflect meaning of digest and padding NONE.Alex Klyubin2015-06-111-2/+13
* Update Javadocs: all new features supported for asymmetric crypto.Alex Klyubin2015-06-111-25/+0
* Switch Android Keystore key gen and import to new KeyStore API.Alex Klyubin2015-06-091-2/+7
* Fix typo in Javadocs of KeyGenParameterSpec.Alex Klyubin2015-05-261-2/+2
* Remove "encrypt at rest" flag from new AndroidKeyStore API.Alex Klyubin2015-05-151-54/+2
* Move Android Keystore impl to android.security.keystore.Alex Klyubin2015-05-131-1/+0
* New AndroidKeyStore API in android.security.keystore.Alex Klyubin2015-05-131-0/+857