aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain-API/libraries/keychain-api-library/src/main/aidl/org/openintents
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-02-15 01:06:03 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-02-15 01:06:03 +0100
commit494a5fa414fe5962bdee0d50e761da9dc0cc1cc7 (patch)
treeb15206c948f9a3ce20f67deb2e13b5c2aa9b8a18 /OpenPGP-Keychain-API/libraries/keychain-api-library/src/main/aidl/org/openintents
parent21ba41edaec7eb942e0ebe004874a763b9afa638 (diff)
downloadopen-keychain-494a5fa414fe5962bdee0d50e761da9dc0cc1cc7.tar.gz
open-keychain-494a5fa414fe5962bdee0d50e761da9dc0cc1cc7.tar.bz2
open-keychain-494a5fa414fe5962bdee0d50e761da9dc0cc1cc7.zip
private request codes, pass params through methods and pending intents, getKeyIds method
Diffstat (limited to 'OpenPGP-Keychain-API/libraries/keychain-api-library/src/main/aidl/org/openintents')
-rw-r--r--OpenPGP-Keychain-API/libraries/keychain-api-library/src/main/aidl/org/openintents/openpgp/IOpenPgpService.aidl11
1 files changed, 11 insertions, 0 deletions
diff --git a/OpenPGP-Keychain-API/libraries/keychain-api-library/src/main/aidl/org/openintents/openpgp/IOpenPgpService.aidl b/OpenPGP-Keychain-API/libraries/keychain-api-library/src/main/aidl/org/openintents/openpgp/IOpenPgpService.aidl
index ced1df026..2d22f8f2d 100644
--- a/OpenPGP-Keychain-API/libraries/keychain-api-library/src/main/aidl/org/openintents/openpgp/IOpenPgpService.aidl
+++ b/OpenPGP-Keychain-API/libraries/keychain-api-library/src/main/aidl/org/openintents/openpgp/IOpenPgpService.aidl
@@ -64,4 +64,15 @@ interface IOpenPgpService {
*/
Bundle decryptAndVerify(in Bundle params, in ParcelFileDescriptor input, in ParcelFileDescriptor output);
+ /**
+ * Retrieves key ids based on given user ids (=emails)
+ *
+ * params:
+ * String[] user_ids
+ *
+ * result:
+ * long[] key_ids
+ */
+ Bundle getKeyIds(in Bundle params);
+
} \ No newline at end of file