Class EncryptionStream

java.lang.Object
java.io.OutputStream
org.pgpainless.encryption_signing.EncryptionStream
All Implemented Interfaces:
Closeable, Flushable, AutoCloseable

public final class EncryptionStream extends OutputStream
OutputStream that produces an OpenPGP message. The message can be encrypted, signed, or both, depending on its configuration. This class is based upon Jens Neuhalfen's Bouncy-GPG PGPEncryptingStream.
See Also: