Constructs a CipherInputStream from an InputStream without
specifying a Cipher. This has the effect of constructing a
CipherInputStream using a NullCipher.
Note: if the specified input stream is null, a
NullPointerException may be thrown later when it is used.
is | the to-be-processed input stream |
Diagram: Cipher