summaryrefslogtreecommitdiffstats
path: root/keystore/java/android/security/SystemKeyStore.java
Commit message (Collapse)AuthorAgeFilesLines
* Use deliberately public API rather than org.apache cruft.Elliott Hughes2010-11-111-6/+3
| | | | | | | InputStreamHelper is scheduled for deletion. As a bonus, the new code is more efficient. Change-Id: Ied8b87fa24f8506cf748b0d4c99ee7e2ae201483
* Work on issue #3101415: Crespo apps seem to have their UID changed over time.Dianne Hackborn2010-10-151-0/+1
| | | | | | fsync! Change-Id: Ie6c5397202579935ac69bf61d3e7b3081ecf269c
* Remove the use of FileInputStream.available()Rich Cannings2010-09-091-12/+7
| | | | | Bug: 2976294 Change-Id: I34b13cedbf1d2338163ef74454817c318a3a24f5
* Better file permissions enforcement on system keystore.Oscar Montemayor2010-02-221-0/+3
|
* Apps on SD card.Oscar Montemayor2010-01-151-1/+28
| | | | Added support for retrieving and generating keys as Hex Strings.
* Apps on SD card project.Oscar Montemayor2010-01-061-0/+113
A simple keystore to store system-only key material, by leveraging file system access permissions.