Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cStreamCipher Class Reference

#include <cStreamCipher.h>

Inheritance diagram for GrayLib::cStreamCipher:
GrayLib::cStreamCipherDec GrayLib::cStreamCipherEnc

Public Member Functions

 cStreamCipher (ICipherBase *pCipher)
 

Public Attributes

ICipherBase *const m_pCipher
 what cipher algorithm are we using to decrypt or encrypt? More...
 

Detailed Description

Applies a block cipher to a stream.

Constructor & Destructor Documentation

◆ cStreamCipher()

GrayLib::cStreamCipher::cStreamCipher ( ICipherBase pCipher)
inline

Member Data Documentation

◆ m_pCipher

ICipherBase* const GrayLib::cStreamCipher::m_pCipher

what cipher algorithm are we using to decrypt or encrypt?


The documentation for this class was generated from the following file: