fastdo
0.6.8
|
#include <md5.hpp>
Public 类型 | |
typedef unsigned int | size_type |
typedef unsigned char | uint8 |
typedef unsigned int | uint32 |
Public 成员函数 | |
MD5 () | |
MD5 (const AnsiString &content) | |
void | update (const unsigned char buf[], size_type length) |
void | update (const char buf[], size_type length) |
MD5 & | finalize () |
AnsiString | hexdigest () const |
Buffer | digestres () const |
AnsiString | toString () const |
hexdigest() 更多... | |
友元 | |
std::ostream & | operator<< (std::ostream &out, MD5 &md5) |
typedef unsigned int winux::MD5::size_type |
typedef unsigned int winux::MD5::uint32 |
typedef unsigned char winux::MD5::uint8 |
winux::MD5::MD5 | ( | ) |
winux::MD5::MD5 | ( | const AnsiString & | content | ) |
Buffer winux::MD5::digestres | ( | ) | const |
MD5& winux::MD5::finalize | ( | ) |
AnsiString winux::MD5::hexdigest | ( | ) | const |
AnsiString winux::MD5::toString | ( | ) | const |
void winux::MD5::update | ( | const unsigned char | buf[], |
size_type | length | ||
) |
void winux::MD5::update | ( | const char | buf[], |
size_type | length | ||
) |
|
friend |