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

/libcore/luni/src/main/java/javax/crypto/
H A DCipherInputStream.java33 * by a {@code CipherInputStream}. For example, if a cipher initialized for
34 * decryption is used with a {@code CipherInputStream}, the {@code
35 * CipherInputStream} tries to read the data an decrypt them before returning.
37 public class CipherInputStream extends FilterInputStream { class in inherits:FilterInputStream
46 * Creates a new {@code CipherInputStream} instance for an {@code
50 * {@code CipherInputStream}. All read operations on such a stream will
58 public CipherInputStream(InputStream is, Cipher c) { method in class:CipherInputStream
69 * Creates a new {@code CipherInputStream} instance for an {@code
77 protected CipherInputStream(InputStream is) { method in class:CipherInputStream
180 * Closes this {@code CipherInputStream}, als
[all...]

Completed in 482 milliseconds