aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/thialfihar/android/apg/IApgService.aidl
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/thialfihar/android/apg/IApgService.aidl')
-rw-r--r--src/org/thialfihar/android/apg/IApgService.aidl6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/org/thialfihar/android/apg/IApgService.aidl b/src/org/thialfihar/android/apg/IApgService.aidl
new file mode 100644
index 000000000..6097d4ce4
--- /dev/null
+++ b/src/org/thialfihar/android/apg/IApgService.aidl
@@ -0,0 +1,6 @@
+package org.thialfihar.android.apg;
+
+interface IApgService {
+ String encrypt_with_passphrase(String msg, String passphrase);
+ String decrypt_with_passphrase(String encrypted_msg, String passphrase);
+} \ No newline at end of file