diff options
author | Rubin Xu <rubinxu@google.com> | 2021-02-14 22:22:47 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2021-02-14 22:22:47 +0000 |
commit | 944e30cf6cfdb68683c9d84d799957ae99c28ec1 (patch) | |
tree | 5ad67cab652783eb005b644b66ea27f3ca2c4645 | |
parent | acc78ee8ebb85721e84f4094fe78511613837eee (diff) | |
parent | ac5ee3209113315281307db11d1a8a6810ce2a80 (diff) |
Merge "Add DPM.getKeyPairGrants()"
-rw-r--r-- | keystore/java/android/security/IKeyChainService.aidl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/keystore/java/android/security/IKeyChainService.aidl b/keystore/java/android/security/IKeyChainService.aidl index add52fa5b436..a9d4094d5245 100644 --- a/keystore/java/android/security/IKeyChainService.aidl +++ b/keystore/java/android/security/IKeyChainService.aidl @@ -49,6 +49,7 @@ interface IKeyChainService { in byte[] privateKey, in byte[] userCert, in byte[] certChain, String alias, int uid); boolean removeKeyPair(String alias); boolean containsKeyPair(String alias); + int[] getGrants(String alias); // APIs used by Settings boolean deleteCaCertificate(String alias); |