summaryrefslogtreecommitdiff
path: root/keystore
diff options
context:
space:
mode:
authorRubin Xu <rubinxu@google.com>2021-02-14 22:22:47 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2021-02-14 22:22:47 +0000
commit944e30cf6cfdb68683c9d84d799957ae99c28ec1 (patch)
tree5ad67cab652783eb005b644b66ea27f3ca2c4645 /keystore
parentacc78ee8ebb85721e84f4094fe78511613837eee (diff)
parentac5ee3209113315281307db11d1a8a6810ce2a80 (diff)
Merge "Add DPM.getKeyPairGrants()"
Diffstat (limited to 'keystore')
-rw-r--r--keystore/java/android/security/IKeyChainService.aidl1
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);