TMD5


class description - source file - inheritance tree

class TMD5

    private:
void ByteReverse(UChar_t* buf, UInt_t longs) void Transform(UInt_t* buf, const UInt_t* in) public:
TMD5(const UChar_t* digest) TMD5(const TMD5& md5) TMD5() ~TMD5() const char* AsString() const static TClass* Class() static TMD5* FileChecksum(const char* file) static Int_t FileChecksum(const char* file, UChar_t* digest) void Final(UChar_t* digest) void Final() virtual TClass* IsA() const TMD5& operator=(const TMD5& rhs) void Print() const static TMD5* ReadChecksum(const char* file) virtual void ShowMembers(TMemberInspector& insp, char* parent) virtual void Streamer(TBuffer& b) void StreamerNVirtual(TBuffer& b) void Update(const UChar_t* buf, UInt_t len) static Int_t WriteChecksum(const char* file, const TMD5* md5)

Data Members

    private:
UInt_t fBuf[4] !temp buffer UInt_t fBits[2] !temp buffer UChar_t fIn[64] !temp buffer UChar_t fDigest[16] message digest Bool_t fFinalized true if message digest has been finalized

Class Description



Last update: Fri May 14 13:32:40 2004


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.