43 #ifndef _DWMAESGCMISTREAM_HH_ 44 #define _DWMAESGCMISTREAM_HH_ 78 Istream(std::istream & is,
const std::string & key)
79 : std::istream(new
InBuffer(is, key))
96 #endif // _DWMAESGCMISTREAM_HH_ Dwm::AESGCM::InBuffer class declaration.
This class is a helper for encrypted stream input.
Definition: DwmAESGCMInBuffer.hh:67
This class is essentially a filter for an istream.
Definition: DwmAESGCMIstream.hh:69
virtual ~Istream()
Destructor.
Definition: DwmAESGCMIstream.hh:85
Istream(std::istream &is, const std::string &key)
Construct with a reference to an existing encrypted istream is and a 16-byte shared secret key which ...
Definition: DwmAESGCMIstream.hh:78