Uses of Class
ccs.crypt.CipherInputStream

Packages that use CipherInputStream
ccs.crypt Symmetric cryptographic primitives. 
 

Uses of CipherInputStream in ccs.crypt
 

Subclasses of CipherInputStream in ccs.crypt
 class AbstractBlockCipherInputStream
          A Block-cipher input stream.
 class BCCHInputStream
           
 

Methods in ccs.crypt that return CipherInputStream
 CipherInputStream BCCHBlockCipher.getInputStream(java.io.InputStream is, boolean isSelfDelimit)
          Returns a CipherInputStream that reads ciphertext from the underlying stream and provides plaintext.
 CipherInputStream NullCipher.getInputStream(java.io.InputStream is, boolean isSelfDelimit)
          Returns a CipherInputStream that reads ciphertext from the underlying stream and provides plaintext.
abstract  CipherInputStream Cipher.getInputStream(java.io.InputStream is, boolean isSelfDelimit)
          Returns a CipherInputStream that reads ciphertext from the underlying stream and provides plaintext.