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

/openjdk7/jdk/src/share/classes/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...]
/openjdk7/jdk/test/com/sun/crypto/provider/Cipher/DES/
H A DFlushBug.java58 InputStream in = new CipherInputStream(consumer, decrypter);
/openjdk7/jdk/src/share/classes/sun/security/jgss/krb5/
H A DCipherHelper.java32 import javax.crypto.CipherInputStream;
1031 CipherInputStream cis = new CipherInputStream(truncatedInputStream,
1429 * truncated inputstream is passed to CipherInputStream. It prevents
1430 * the CipherInputStream from treating the bytes of the following token

Completed in 33 milliseconds