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.
is | the to-be-processed input stream | |
c | an initialized Cipher object |
Diagram: Cipher