fastdo  0.5.12
winux::MD5类 参考

#include <md5.hpp>

Public 类型

typedef unsigned int size_type
 
typedef unsigned char uint1
 
typedef unsigned int uint4
 

Public 成员函数

 MD5 ()
 
 MD5 (const AnsiString &text)
 
void update (const unsigned char *buf, size_type length)
 
void update (const char *buf, size_type length)
 
MD5finalize ()
 
String hexdigest () const
 
void digestres (uint1 res[16]) const
 
String md5 () const
 

友元

std::ostream & operator<< (std::ostream &, MD5 &md5)
 

详细描述

在文件 md5.hpp49 行定义.

成员类型定义说明

typedef unsigned int winux::MD5::size_type

在文件 md5.hpp52 行定义.

typedef unsigned char winux::MD5::uint1

在文件 md5.hpp53 行定义.

typedef unsigned int winux::MD5::uint4

在文件 md5.hpp54 行定义.

构造及析构函数说明

winux::MD5::MD5 ( )
winux::MD5::MD5 ( const AnsiString text)

成员函数说明

void winux::MD5::digestres ( uint1  res[16]) const
MD5& winux::MD5::finalize ( )
String winux::MD5::hexdigest ( ) const
String winux::MD5::md5 ( ) const
void winux::MD5::update ( const unsigned char *  buf,
size_type  length 
)
void winux::MD5::update ( const char *  buf,
size_type  length 
)

友元及相关函数文档

std::ostream& operator<< ( std::ostream &  ,
MD5 md5 
)
friend

该类的文档由以下文件生成: