aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/IOpenPgpService.aidl
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2013-09-14 02:08:06 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2013-09-14 02:08:06 +0200
commitbf7fb08bca2abe85c9ed16592b1dc20fc51772eb (patch)
treef79fe4c3d01d71aa6a779642f367e80cce84413f /OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/IOpenPgpService.aidl
parenta4ae97628434b5b2e86e09b2718fda9559ea9c7f (diff)
downloadopen-keychain-bf7fb08bca2abe85c9ed16592b1dc20fc51772eb.tar.gz
open-keychain-bf7fb08bca2abe85c9ed16592b1dc20fc51772eb.tar.bz2
open-keychain-bf7fb08bca2abe85c9ed16592b1dc20fc51772eb.zip
API update
Diffstat (limited to 'OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/IOpenPgpService.aidl')
-rw-r--r--OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/IOpenPgpService.aidl4
1 files changed, 2 insertions, 2 deletions
diff --git a/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/IOpenPgpService.aidl b/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/IOpenPgpService.aidl
index 1d54ac77f..bc5220985 100644
--- a/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/IOpenPgpService.aidl
+++ b/OpenPGP-Keychain-API-Demo/src/org/openintents/openpgp/IOpenPgpService.aidl
@@ -51,7 +51,7 @@ interface IOpenPgpService {
oneway void sign(in byte[] inputBytes, in boolean asciiArmor, in IOpenPgpCallback callback);
/**
- * Encrypt and sign
+ * Sign then encrypt
*
* @param inputBytes
* Byte array you want to encrypt
@@ -64,7 +64,7 @@ interface IOpenPgpService {
* @param callback
* Callback where to return results
*/
- oneway void encryptAndSign(in byte[] inputBytes, in String[] encryptionUserIds, in boolean asciiArmor, in IOpenPgpCallback callback);
+ oneway void signAndEncrypt(in byte[] inputBytes, in String[] encryptionUserIds, in boolean asciiArmor, in IOpenPgpCallback callback);
/**
* Decrypts and verifies given input bytes. If no signature is present this method