CipherInputStream

Class CipherInputStream

All Implemented Interfaces:
Closeable, AutoCloseable
public class CipherInputStream
extends FilterInputStream

A CipherInputStream is composed of an InputStream and a Cipher so that read() methods return data that are read in from the underlying InputStream but have been additionally processed by