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.aidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/org/thialfihar/android/apg/IApgService.aidl b/src/org/thialfihar/android/apg/IApgService.aidl
index 6097d4ce4..65d2653d5 100644
--- a/src/org/thialfihar/android/apg/IApgService.aidl
+++ b/src/org/thialfihar/android/apg/IApgService.aidl
@@ -1,6 +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);
+ String encrypt_with_passphrase(in List<String> params);
+ String decrypt_with_passphrase(in List<String> params);
} \ No newline at end of file