rename encryptAndSign to signAndEncrypt

This commit is contained in:
Dominik Schürmann
2013-09-15 16:45:07 +02:00
parent 5aebd115d4
commit 93b460a289
3 changed files with 4 additions and 27 deletions

View File

@@ -331,7 +331,7 @@ public class KeychainIntentService extends IntentService implements ProgressDial
.getForceV3Signatures());
} else {
Log.d(Constants.TAG, "encrypt...");
operation.encryptAndSign(useAsciiArmor, compressionId, encryptionKeyIds,
operation.signAndEncrypt(useAsciiArmor, compressionId, encryptionKeyIds,
encryptionPassphrase, Preferences.getPreferences(this)
.getDefaultEncryptionAlgorithm(), secretKeyId, Preferences
.getPreferences(this).getDefaultHashAlgorithm(), Preferences