See Also: CipherOutputStream Members
This class wraps an output stream and a cipher so that write methods send the data through the cipher before writing them to the underlying output stream.
The cipher must be initialized for the requested operation before being used by a CipherOutputStream. For example, if a cipher initialized for encryption is used with a CipherOutputStream, the CipherOutputStream tries to encrypt the data writing it out.