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.
|
inlinevirtual |
Destructor - cleanup everything
|
pure virtual |
Return a pointer to a newly created encryptor.