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

#include <cCipherRC4.h>

Inheritance diagram for GrayLib::cCipherAlgRC4:
GrayLib::cCipherAlgDef

Public Member Functions

 cCipherAlgRC4 ()
 
virtual cCipherBaseAllocCipherAlg (bool bEncodeMode) const
 
- Public Member Functions inherited from GrayLib::cCipherAlgDef
CipherAlgorithm_TYPE get_HashCode () const noexcept
 

Additional Inherited Members

- Public Attributes inherited from GrayLib::cCipherAlgDef
const CipherAlgorithm_TYPE m_eCipherAlgorithm
 
- Protected Member Functions inherited from GrayLib::cCipherAlgDef
 cCipherAlgDef (CipherAlgorithm_TYPE eCipherAlgorithm) noexcept
 
virtual ~cCipherAlgDef ()
 

Detailed Description

Implement cCipherAlgDef for CipherAlgorithm_RC4

Constructor & Destructor Documentation

◆ cCipherAlgRC4()

GrayLib::cCipherAlgRC4::cCipherAlgRC4 ( )
inline

Member Function Documentation

◆ AllocCipherAlg()

virtual cCipherBase* GrayLib::cCipherAlgRC4::AllocCipherAlg ( bool  bEncodeMode) const
inlinevirtual

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