EncryptedInputStream(BlockCipher blockCipher, InputStream in) | Acme.Crypto.EncryptedInputStream | |
EncryptedInputStream(StreamCipher streamCipher, InputStream in) | Acme.Crypto.EncryptedInputStream | |
read() | Acme.Crypto.EncryptedInputStream | |
read(byte[] b, int off, int len) | Acme.Crypto.EncryptedInputStream | |
setDecrypting(boolean decrypting) | Acme.Crypto.EncryptedInputStream | |
setKey(String keyStr) | Acme.Crypto.EncryptedInputStream |