#include <MD5.hpp>
Definition at line 132 of file MD5.hpp.
◆ MD5() [1/2]
| BLOCXX_NAMESPACE::MD5::MD5 |
( |
| ) |
|
◆ MD5() [2/2]
| BLOCXX_NAMESPACE::MD5::MD5 |
( |
const String & |
input | ) |
|
Start a MD5 session,.
- Parameters
-
| input | The initial data to process. |
Definition at line 122 of file MD5.cpp.
◆ ~MD5()
| BLOCXX_NAMESPACE::MD5::~MD5 |
( |
| ) |
|
|
inline |
◆ convertBinToHex()
| String BLOCXX_NAMESPACE::MD5::convertBinToHex |
( |
const unsigned char * |
sBin | ) |
|
|
static |
◆ getDigest()
| unsigned char * BLOCXX_NAMESPACE::MD5::getDigest |
( |
| ) |
|
◆ init()
| void BLOCXX_NAMESPACE::MD5::init |
( |
const String & |
input | ) |
|
◆ MD5Final()
| void BLOCXX_NAMESPACE::MD5::MD5Final |
( |
unsigned char * |
digest, |
|
|
MD5_CTX * |
context |
|
) |
| |
|
staticprivate |
◆ MD5Init()
| void BLOCXX_NAMESPACE::MD5::MD5Init |
( |
MD5_CTX * |
md5ctx | ) |
|
|
staticprivate |
◆ MD5Update()
| void BLOCXX_NAMESPACE::MD5::MD5Update |
( |
MD5_CTX * |
md5ctx, |
|
|
const unsigned char * |
input, |
|
|
UInt32 |
inputLen |
|
) |
| |
|
staticprivate |
◆ toString()
| String BLOCXX_NAMESPACE::MD5::toString |
( |
| ) |
|
Finish the digest, and return the results.
- Returns
- the results of the digest.
Definition at line 141 of file MD5.cpp.
References i.
◆ update()
| void BLOCXX_NAMESPACE::MD5::update |
( |
const String & |
input | ) |
|
Process more data.
- Parameters
-
| input | the additional data to process. |
Definition at line 130 of file MD5.cpp.
References i.
◆ MD5StreamBuffer
◆ m_ctx
| MD5_CTX BLOCXX_NAMESPACE::MD5::m_ctx |
|
private |
◆ m_digest
| unsigned char BLOCXX_NAMESPACE::MD5::m_digest[16] |
|
private |
◆ m_finished
| bool BLOCXX_NAMESPACE::MD5::m_finished |
|
private |
The documentation for this class was generated from the following files: