allow passphrase as parameter

This commit is contained in:
Dominik Schürmann
2014-02-15 02:44:03 +01:00
parent e0111c2ec4
commit 3b0f76bf60
2 changed files with 21 additions and 4 deletions

View File

@@ -32,6 +32,8 @@ public class OpenPgpConstants {
// (for encrypt method)
public static final String PARAMS_USER_IDS = "user_ids";
public static final String PARAMS_KEY_IDS = "key_ids";
// optional parameter:
public static final String PARAMS_PASSPHRASE = "passphrase";
/* Service Bundle returns */
public static final String RESULT_CODE = "result_code";