HomeSort by relevance Sort by last modified time
    Searched defs:CipherInputStream (Results 1 - 9 of 9) sorted by null

  /libcore/luni/src/main/java/javax/crypto/
CipherInputStream.java 32 * by a {@code CipherInputStream}. For example, if a cipher initialized for
33 * decryption is used with a {@code CipherInputStream}, the {@code
34 * CipherInputStream} tries to read the data an decrypt them before returning.
36 public class CipherInputStream extends FilterInputStream {
47 * Creates a new {@code CipherInputStream} instance for an {@code
51 * {@code CipherInputStream}. All read operations on such a stream will
59 public CipherInputStream(InputStream is, Cipher c) {
65 * Creates a new {@code CipherInputStream} instance for an {@code
73 protected CipherInputStream(InputStream is) {
156 * Closes this {@code CipherInputStream}, also closes the underlying inpu
    [all...]
  /prebuilt/sdk/11/
android.jar 
  /prebuilt/sdk/12/
android.jar 
  /prebuilt/sdk/13/
android.jar 
  /prebuilt/sdk/4/
android.jar 
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/8/
android.jar 
  /prebuilt/sdk/9/
android.jar 

Completed in 187 milliseconds