CppCMS
|
This is an interface for an object that creates new encryptors. More...
#include <cppcms/session_cookies.h>
Public Member Functions | |
virtual std::auto_ptr< encryptor > | get ()=0 |
virtual | ~encryptor_factory () |
This is an interface for an object that creates new encryptors.
This class must be thread safe.
virtual cppcms::sessions::encryptor_factory::~encryptor_factory | ( | ) | [inline, virtual] |
Destructor - cleanup everything
virtual std::auto_ptr<encryptor> cppcms::sessions::encryptor_factory::get | ( | ) | [pure virtual] |
Return a pointer to a newly created encryptor.