Library: Crypto
Package: Cipher
Header: Poco/Crypto/CryptoStream.h
This stream encrypts all data passing through it using the given Cipher.
Direct Base Classes: CryptoIOS, std::istream
All Base Classes: CryptoIOS, std::ios, std::istream
Inherited Functions: rdbuf
EncryptingInputStream(
std::istream & istr,
Cipher & cipher,
std::streamsize bufferSize = 8192
);
Create a new EncryptingInputStream object using the given cipher.
Destroys the EncryptingInputStream.