Fix cleartext signatures internally
This commit is contained in:
@@ -455,6 +455,7 @@ public class KeychainIntentService extends IntentService implements Progressable
|
|||||||
this, new ProviderHelper(this), this, inputData, outStream
|
this, new ProviderHelper(this), this, inputData, outStream
|
||||||
);
|
);
|
||||||
builder.setEnableAsciiArmorOutput(useAsciiArmor)
|
builder.setEnableAsciiArmorOutput(useAsciiArmor)
|
||||||
|
.setCleartextSignature(true)
|
||||||
.setVersionHeader(PgpHelper.getVersionForHeader(this))
|
.setVersionHeader(PgpHelper.getVersionForHeader(this))
|
||||||
.setCompressionId(compressionId)
|
.setCompressionId(compressionId)
|
||||||
.setSymmetricEncryptionAlgorithm(
|
.setSymmetricEncryptionAlgorithm(
|
||||||
@@ -492,9 +493,7 @@ public class KeychainIntentService extends IntentService implements Progressable
|
|||||||
outStream.close();
|
outStream.close();
|
||||||
|
|
||||||
/* Output */
|
/* Output */
|
||||||
|
|
||||||
finalizeEncryptOutputStream(data, resultData, outStream);
|
finalizeEncryptOutputStream(data, resultData, outStream);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
Log.logDebugBundle(resultData, "resultData");
|
Log.logDebugBundle(resultData, "resultData");
|
||||||
|
|||||||
Reference in New Issue
Block a user