aboutsummaryrefslogtreecommitdiff
path: root/openpgp-ktx/src/main/aidl
diff options
context:
space:
mode:
Diffstat (limited to 'openpgp-ktx/src/main/aidl')
-rw-r--r--openpgp-ktx/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl18
1 files changed, 18 insertions, 0 deletions
diff --git a/openpgp-ktx/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl b/openpgp-ktx/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl
new file mode 100644
index 00000000..7e67986d
--- /dev/null
+++ b/openpgp-ktx/src/main/aidl/org/openintents/openpgp/IOpenPgpService2.aidl
@@ -0,0 +1,18 @@
+/*
+ * Copyright © 2019 The Android Password Authors. All Rights Reserved.
+ * SPDX-License-Identifier: GPL-3.0-Only
+ */
+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);
+}