Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/javax/crypto/
DCipherInputStream.java70 public class CipherInputStream extends FilterInputStream { class
163 public CipherInputStream(InputStream is, Cipher c) { in CipherInputStream() method in CipherInputStream
177 protected CipherInputStream(InputStream is) { in CipherInputStream() method in CipherInputStream