mirror of
https://github.com/pgpainless/pgpainless.git
synced 2025-09-09 18:29:39 +02:00
parent
25c720b033
commit
cb6dde4e39
1 changed files with 4 additions and 0 deletions
|
@ -65,6 +65,10 @@ class EncryptImpl : Encrypt {
|
|||
.setAsciiArmor(armor)
|
||||
.setEncoding(modeToStreamEncoding(mode))
|
||||
|
||||
if (modeToStreamEncoding(mode) != StreamEncoding.BINARY) {
|
||||
options.applyCRLFEncoding()
|
||||
}
|
||||
|
||||
signingKeys.forEach {
|
||||
try {
|
||||
signingOptions!!.addInlineSignature(protector, it, modeToSignatureType(mode))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue