Library: Crypto
Package: Cipher
Header: Poco/Crypto/CryptoStream.h
This stream decrypts 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
DecryptingInputStream(
std::istream & istr,
Cipher & cipher,
std::streamsize bufferSize = 8192
);
Create a new DecryptingInputStream object using the given cipher.
Destroys the DecryptingInputStream.