summaryrefslogtreecommitdiffstats
path: root/keystore/java/android/security/keystore/AndroidKeyStoreRSACipherSpi.java
Commit message (Expand)AuthorAgeFilesLines
* Raw RSA Cipher relies on keymaster for padding and range checks.Alex Klyubin2015-07-221-90/+0
* Support RSA encrypt using private key and PKCS#1 paddding.Alex Klyubin2015-06-251-18/+51
* Make NONEwithECDSA truncate input when necessary.Alex Klyubin2015-06-241-3/+3
* Keymaster INT, LONG and DATE tag values are unsigned.Alex Klyubin2015-06-231-6/+8
* Expose AES GCM backed by Android Keystore.Alex Klyubin2015-06-171-0/+13
* Obtain entropy later in crypto operations, when possible.Alex Klyubin2015-06-121-2/+18
* Support for Android Keystore Cipher.wrap and unwrap.Alex Klyubin2015-06-091-1/+1
* RSA encrypt with private key in Android Keystore.Alex Klyubin2015-06-041-8/+61
* Expose RSA Cipher from Android Keystore Provider.Alex Klyubin2015-06-031-0/+487