Remove support for v3 sig generation

This commit is contained in:
Dominik Schürmann
2014-08-14 15:24:37 +02:00
parent 37edd0f390
commit e72e47d92e
8 changed files with 13 additions and 122 deletions

View File

@@ -257,7 +257,6 @@ public class KeychainIntentService extends IntentService
.setCompressionId(compressionId)
.setSymmetricEncryptionAlgorithm(
Preferences.getPreferences(this).getDefaultEncryptionAlgorithm())
.setSignatureForceV3(Preferences.getPreferences(this).getForceV3Signatures())
.setEncryptionMasterKeyIds(encryptionKeyIds)
.setSymmetricPassphrase(symmetricPassphrase)
.setSignatureMasterKeyId(signatureKeyId)