fastdo  0.6.8
winux::MD5类 参考

#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)
 
MD5finalize ()
 
AnsiString hexdigest () const
 
Buffer digestres () const
 
AnsiString toString () const
 hexdigest() 更多...
 

友元

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

详细描述

在文件 md5.hpp49 行定义.

成员类型定义说明

typedef unsigned int winux::MD5::size_type

在文件 md5.hpp52 行定义.

typedef unsigned int winux::MD5::uint32

在文件 md5.hpp54 行定义.

typedef unsigned char winux::MD5::uint8

在文件 md5.hpp53 行定义.

构造及析构函数说明

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 
)

友元及相关函数文档

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

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