public CipherInputStream (InputStream is, Cipher c)

Constructs a CipherInputStream from an InputStream and a Cipher.
Note: if the specified input stream or cipher is null, a NullPointerException may be thrown later when they are used.

Parameters:
is    the to-be-processed input stream
c    an initialized Cipher object