Uses of Class
ccs.CipherException

Packages that use CipherException
ccs.chaos Provides cryptosecure pseudorandom numbers. 
ccs.crypt Symmetric cryptographic primitives. 
 

Uses of CipherException in ccs.chaos
 

Methods in ccs.chaos that throw CipherException
 void ChaosMage.getRandom(byte[] buf, int off, int len)
          Obtain random numbers.
 

Uses of CipherException in ccs.crypt
 

Methods in ccs.crypt that throw CipherException
 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.
 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.
 void BCCHBlockCipher.setPasswd(byte[] pw)
          Sets the password, and should be called at the start of the encryption procedure.
 void Cipher.setPasswd(byte[] pw)
          Sets the password, and should be called at the start of the encryption procedure.