OSDN Git Service

Provide the Keystore feature in the framework.
authorChung-yih Wang <cywang@google.com>
Wed, 10 Jun 2009 10:45:14 +0000 (18:45 +0800)
committerChung-yih Wang <cywang@google.com>
Thu, 11 Jun 2009 09:28:40 +0000 (17:28 +0800)
commit10e371f18247dc7fb64bfa0f0528501acc17be79
tree630ce090cba0314696dd405f6cd3155773cc445a
parenta05487dd856222bacf57a41f2dfe1194d3776f05
Provide the Keystore feature in the framework.

-- added the keystore library for Java application.
-- changed the marshalling of the keystore function return.
cmds/keystore/commands.c
cmds/keystore/keystore.c
keystore/java/android/security/Keystore.java [new file with mode: 0644]
keystore/java/android/security/ServiceCommand.java [new file with mode: 0644]