Uses of Class
org.pgpainless.encryption_signing.ProducerOptions
- 
Packages that use ProducerOptions Package Description org.pgpainless.encryption_signing Classes used to encrypt or sign data using OpenPGP. - 
- 
Uses of ProducerOptions in org.pgpainless.encryption_signing
Methods in org.pgpainless.encryption_signing that return ProducerOptions Modifier and Type Method Description static ProducerOptionsProducerOptions. encrypt(EncryptionOptions encryptionOptions)Encrypt some data without signing.static ProducerOptionsProducerOptions. noEncryptionNoSigning()ProducerOptionsProducerOptions. overrideCompressionAlgorithm(CompressionAlgorithm compressionAlgorithm)Override which compression algorithm shall be used.ProducerOptionsProducerOptions. setAsciiArmor(boolean asciiArmor)Specify, whether the result of the encryption/signing operation shall be ascii armored.ProducerOptionsProducerOptions. setCleartextSigned()ProducerOptionsProducerOptions. setEncoding(StreamEncoding encoding)Set the format of the literal data packet.ProducerOptionsProducerOptions. setFileName(String fileName)Set the name of the encrypted file.ProducerOptionsProducerOptions. setForYourEyesOnly()Mark the encrypted message as for-your-eyes-only by setting a special file name.ProducerOptionsProducerOptions. setModificationDate(Date modificationDate)Set the modification date of the encrypted file.static ProducerOptionsProducerOptions. sign(SigningOptions signingOptions)Sign some data without encryption.static ProducerOptionsProducerOptions. signAndEncrypt(EncryptionOptions encryptionOptions, SigningOptions signingOptions)Sign and encrypt some data.Methods in org.pgpainless.encryption_signing with parameters of type ProducerOptions Modifier and Type Method Description static CompressionAlgorithmEncryptionBuilder. negotiateCompressionAlgorithm(ProducerOptions producerOptions)EncryptionStreamEncryptionBuilderInterface.WithOptions. withOptions(ProducerOptions options)Create anEncryptionStreamwith the given options (recipients, signers, algorithms...). 
 -