#include <cipher.h>
Inheritance diagram for utils::Cipher:

Notes:
Definition at line 42 of file cipher.h.
Public Member Functions | |
| std::string | md5 (const std::string &str) |
| Encode using the MD5 digest algorithm. | |
Private Member Functions | |
| Cipher (void) throw () | |
| Default constructor. | |
| ~Cipher (void) throw () | |
| Destructor. | |
| Cipher (const Cipher &rhs) | |
| Copy constructor. | |
| Cipher & | operator= (const Cipher &rhs) |
| Assignment operator. | |
| std::string | toHex (const unsigned char *str, const unsigned short length) |
| Convert a string into hexadecimal. | |
Friends | |
| class | Singleton<Cipher> |
|
|
Default constructor.
Definition at line 38 of file cipher.cpp. |
|
|
Destructor.
Definition at line 48 of file cipher.cpp. |
|
|
Copy constructor.
|
|
|
Encode using the MD5 digest algorithm.
Definition at line 59 of file cipher.cpp. |
|
|
Assignment operator.
|
|
||||||||||||
|
Convert a string into hexadecimal.
Definition at line 80 of file cipher.cpp. |
|
|
|
1.3.9.1