Uses of Class
ccs.crypt.CipherOutputStream

Packages that use CipherOutputStream
ccs.crypt Symmetric cryptographic primitives. 
ccs.utils Multifarious utility classes. 
 

Uses of CipherOutputStream in ccs.crypt
 

Subclasses of CipherOutputStream in ccs.crypt
 class AbstractBlockCipherOutputStream
          A Block-cipher output stream.
 class BCCHOutputStream
           
 

Methods in ccs.crypt that return CipherOutputStream
 CipherOutputStream BCCHBlockCipher.getOutputStream(java.io.OutputStream os, long plainlen)
          Returns a CipherOutputStream that accepts plaintext and writes ciphertext to the underlying stream.
 CipherOutputStream NullCipher.getOutputStream(java.io.OutputStream os, long plainlen)
          Returns a CipherOutputStream that accepts plaintext and writes ciphertext to the underlying stream.
abstract  CipherOutputStream Cipher.getOutputStream(java.io.OutputStream os, long plainlen)
          Returns a CipherOutputStream that accepts plaintext and writes ciphertext to the underlying stream.
 

Uses of CipherOutputStream in ccs.utils
 

Fields in ccs.utils declared as CipherOutputStream
protected  CipherOutputStream SwappingBuffer.cos