aboutsummaryrefslogtreecommitdiffstats
path: root/openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2015-08-28 17:03:15 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2015-08-28 17:03:15 +0200
commit820e183ca76d0f7feb5d7584d5eddcd49a4e7d57 (patch)
tree3b86322e52d2f6589a3cb0e33559f2b862ac79f9 /openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl
parent3433d1297dc095eaf2a004c761af89aef6ce5dd7 (diff)
downloadopenpgp-api-820e183ca76d0f7feb5d7584d5eddcd49a4e7d57.tar.gz
openpgp-api-820e183ca76d0f7feb5d7584d5eddcd49a4e7d57.tar.bz2
openpgp-api-820e183ca76d0f7feb5d7584d5eddcd49a4e7d57.zip
Fix and improve OpenPgpService2 code
Diffstat (limited to 'openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl')
-rw-r--r--openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl9
1 files changed, 8 insertions, 1 deletions
diff --git a/openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl b/openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl
index 39c24e5..8aa4dd2 100644
--- a/openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl
+++ b/openpgp-api/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2014-2015 Dominik Schürmann <dominik@dominikschuermann.de>
+ * Copyright (C) 2015 Dominik Schürmann <dominik@dominikschuermann.de>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -18,6 +18,13 @@ package org.openintents.openpgp;
interface IOpenPgpService2 {
+ /**
+ * see org.openintents.openpgp.util.OpenPgpApi for documentation
+ */
ParcelFileDescriptor createOutputPipe(in int pipeId);
+
+ /**
+ * see org.openintents.openpgp.util.OpenPgpApi for documentation
+ */
Intent execute(in Intent data, in ParcelFileDescriptor input, int pipeId);
}