OSDN Git Service

Add argument to binder call to check key types
authorKenny Root <kroot@google.com>
Thu, 5 Sep 2013 20:03:16 +0000 (13:03 -0700)
committerKenny Root <kroot@google.com>
Thu, 5 Sep 2013 20:27:00 +0000 (13:27 -0700)
commitb91773bce1126d28a93f73fbef18f3a79245f24e
treea7ab82da0330b4f4249c219dbea9efd17a2b7953
parentd2676f9bd93c333ae2c7f3ca284d0fef5a7e146b
Add argument to binder call to check key types

Before there was only one key type supported, so we didn't need to query
a key type. Now there is DSA, EC, and RSA, so there needs to be another
argument.

Bug: 10600582
Change-Id: I9fe9e46b9ec9cfb2f1246179b2c396216b2c1fdb
core/java/android/security/IKeystoreService.java
keystore/java/android/security/KeyChain.java
keystore/java/android/security/KeyStore.java