summaryrefslogtreecommitdiffstats
path: root/keystore/java/android/security/Keystore.java
Commit message (Expand)AuthorAgeFilesLines
* Remove the null-termination for Java string compatibility.Chung-yih Wang2009-07-021-3/+11
* Add CertTool for handling the keygen and certificate download.Chung-yih Wang2009-07-021-106/+92
* Change addCertificate to take byte[] instead of String as we don't know the e...Grace Kloba2009-06-191-2/+2
* Change the keystore APIs.Chung-yih Wang2009-06-171-14/+106
* Change the first parameter of Keystore.generateKeyPair() to int.Hung-ying Tyan2009-06-161-4/+12
* Add keygen API to Keystore.Hung-ying Tyan2009-06-161-0/+42
* Provide the Keystore feature in the framework.Chung-yih Wang2009-06-111-0/+103