![]() |
ICrypt Class ReferenceEncrypt/decrypt interface used by CTcpSocket.
More...
|
Public Member Functions | |
virtual | ~ICrypt () |
virtual std::string | encrypt (unsigned char *key, const std::string &)=0 |
virtual bool | decrypt (unsigned char *key, const std::string &, std::string &)=0 |
Definition at line 39 of file ICrypt.h.
virtual std::string ICrypt::encrypt | ( | unsigned char * | key, | |
const std::string & | ||||
) | [pure virtual] |
Implemented in NullCrypt.
virtual bool ICrypt::decrypt | ( | unsigned char * | key, | |
const std::string & | , | |||
std::string & | ||||
) | [pure virtual] |
Implemented in NullCrypt.