#include <MD5.hpp>
List of all members.
Detailed Description
Definition at line 102 of file MD5.hpp.
Constructor & Destructor Documentation
BLOCXX_NAMESPACE::MD5::MD5 |
( |
| ) |
|
BLOCXX_NAMESPACE::MD5::MD5 |
( |
const String & |
input | ) |
|
Start a MD5 session,.
- Parameters:
-
input | The initial data to process. |
Definition at line 93 of file MD5.cpp.
BLOCXX_NAMESPACE::MD5::~MD5 |
( |
| ) |
[inline] |
Member Function Documentation
String BLOCXX_NAMESPACE::MD5::convertBinToHex |
( |
const unsigned char * |
sBin | ) |
[static] |
unsigned char * BLOCXX_NAMESPACE::MD5::getDigest |
( |
| ) |
|
void BLOCXX_NAMESPACE::MD5::init |
( |
const String & |
input | ) |
|
void BLOCXX_NAMESPACE::MD5::MD5Final |
( |
unsigned char * |
digest, |
|
|
MD5_CTX * |
context |
|
) |
| [static, private] |
void BLOCXX_NAMESPACE::MD5::MD5Init |
( |
MD5_CTX * |
md5ctx | ) |
[static, private] |
void BLOCXX_NAMESPACE::MD5::MD5Update |
( |
MD5_CTX * |
md5ctx, |
|
|
const unsigned char * |
input, |
|
|
UInt32 |
inputLen |
|
) |
| [static, private] |
String BLOCXX_NAMESPACE::MD5::toString |
( |
| ) |
|
Finish the digest, and return the results.
- Returns:
- the results of the digest.
Definition at line 112 of file MD5.cpp.
void BLOCXX_NAMESPACE::MD5::update |
( |
const String & |
input | ) |
|
Friends And Related Function Documentation
Member Data Documentation
The documentation for this class was generated from the following files: