From 4ca7a1275117016afc26fec8e06d50815777f006 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Mon, 9 Sep 2013 19:55:35 +0200 Subject: Ascii armror doc --- .../src/org/openintents/crypto/ICryptoService.aidl | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'OpenPGP-Keychain-API-Demo/src') diff --git a/OpenPGP-Keychain-API-Demo/src/org/openintents/crypto/ICryptoService.aidl b/OpenPGP-Keychain-API-Demo/src/org/openintents/crypto/ICryptoService.aidl index 45a80dfd3..854ca0b05 100644 --- a/OpenPGP-Keychain-API-Demo/src/org/openintents/crypto/ICryptoService.aidl +++ b/OpenPGP-Keychain-API-Demo/src/org/openintents/crypto/ICryptoService.aidl @@ -31,6 +31,8 @@ interface ICryptoService { * Byte array you want to encrypt * @param encryptionUserIds * User Ids (emails) of recipients + * @param asciiArmor + * Encode for ASCII (Radix-64, 33 percent overhead compared to binary) * @param callback * Callback where to return results */ @@ -41,6 +43,8 @@ interface ICryptoService { * * @param inputBytes * Byte array you want to encrypt + * @param asciiArmor + * Encode for ASCII (Radix-64, 33 percent overhead compared to binary) * @param callback * Callback where to return results */ @@ -55,6 +59,8 @@ interface ICryptoService { * User Ids (emails) of recipients * @param signatureUserId * User Ids (email) of sender + * @param asciiArmor + * Encode for ASCII (Radix-64, 33 percent overhead compared to binary) * @param callback * Callback where to return results */ -- cgit v1.2.3