Class DecryptionBuilder

java.lang.Object
org.pgpainless.decryption_verification.DecryptionBuilder
All Implemented Interfaces:
DecryptionBuilderInterface

public class DecryptionBuilder extends Object implements DecryptionBuilderInterface
Builder class that takes an InputStream of ciphertext (or plaintext signed data) and combines it with a configured ConsumerOptions object to form a DecryptionStream which can be used to decrypt an OpenPGP message or verify signatures.