Class 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:
    Source