Searched defs:CipherInputStream (Results 1 - 1 of 1) sorted by relevance

/libcore/ojluni/src/main/java/javax/crypto/
H A DCipherInputStream.java31 * A CipherInputStream is composed of an InputStream and a Cipher so
35 * a CipherInputStream.
38 * CipherInputStream will attempt to read in data and decrypt them,
55 * CipherInputStream.
66 public class CipherInputStream extends FilterInputStream { class in inherits:FilterInputStream
130 * Constructs a CipherInputStream from an InputStream and a
138 public CipherInputStream(InputStream is, Cipher c) { method in class:CipherInputStream
145 * Constructs a CipherInputStream from an InputStream without
147 * CipherInputStream using a NullCipher.
152 protected CipherInputStream(InputStrea method in class:CipherInputStream
[all...]

Completed in 64 milliseconds