pgpainless/pgpainless-core/src/main/java/org/pgpainless/encryption_signing
Paul Schaub 6bef376992
Fix signature generation with all format and signature type combinations
This comes at the cost of that we no longer CR/LF encode literal data before encryption/signing.
That means that applications that rely on PGPainless to do the CR/LF encoding must manually
do the encoding before feeding the message to PGPainless.
The newly introduced CRLFGeneratorStream has documentation on how to do that.
Fixes #264
2022-03-30 16:13:08 +02:00
..
CRLFGeneratorStream.java Fix signature generation with all format and signature type combinations 2022-03-30 16:13:08 +02:00
EncryptionBuilder.java Reuse compliance 2021-10-07 16:28:31 +02:00
EncryptionBuilderInterface.java Reuse compliance 2021-10-07 16:28:31 +02:00
EncryptionOptions.java Raise readable error message when trying to encrypt for key without acceptable self-sigs 2022-03-07 14:55:45 +01:00
EncryptionResult.java Add EncryptionResult.isEncryptedFor(certificate) 2022-03-15 17:02:02 +01:00
EncryptionStream.java Fix signature generation with all format and signature type combinations 2022-03-30 16:13:08 +02:00
ProducerOptions.java Fix signature generation with all format and signature type combinations 2022-03-30 16:13:08 +02:00
SigningOptions.java Annotate fromId(code) methods with Nullable and add Nonnull requireFromId(code) methods 2022-03-22 15:09:09 +01:00
package-info.java Reuse compliance 2021-10-07 16:28:31 +02:00