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. |