GM6000 Digital Heater Controller Branch: main
SDX-1330
List of all members | Public Member Functions
Cpl::Checksum::Md5Aladdin Class Reference

This class provides an implementation for the MD5 Hash interface that is wrapper to the third party MD5 Library code developed by L. More...

Detailed Description

This class provides an implementation for the MD5 Hash interface that is wrapper to the third party MD5 Library code developed by L.

Peter Deutsch, ghost.nosp@m.@ala.nosp@m.ddin..nosp@m.com

#include <Md5Aladdin.h>

Inheritance diagram for Cpl::Checksum::Md5Aladdin:
[legend]
Collaboration diagram for Cpl::Checksum::Md5Aladdin:
[legend]

Public Member Functions

 Md5Aladdin () noexcept
 Constructor.
 
void reset (void) noexcept
 See Cpl::Checksum::ApiMd5.
 
void accumulate (const void *bytes, unsigned numbytes=1) noexcept
 See Cpl::Checksum::ApiMd5.
 
Digest_Tfinalize (Cpl::Text::String *convertToString=0, bool uppercase=true, bool append=false) noexcept
 See Cpl::Checksum::ApiMd5.
 
- Public Member Functions inherited from Cpl::Checksum::ApiMd5
 ~ApiMd5 ()
 Virtual destructor.
 

Additional Inherited Members

- Public Types inherited from Cpl::Checksum::ApiMd5
enum  { eDIGEST_LEN =16 }
 Number of bytes in the digest. More...
 
typedef uint8_t Digest_T[eDIGEST_LEN]
 Digest/result of the hash.
 

Constructor & Destructor Documentation

◆ Md5Aladdin()

Cpl::Checksum::Md5Aladdin::Md5Aladdin ( )
noexcept

Constructor.

Member Function Documentation

◆ accumulate()

void Cpl::Checksum::Md5Aladdin::accumulate ( const void *  bytes,
unsigned  numbytes = 1 
)
virtualnoexcept

◆ finalize()

Digest_T & Cpl::Checksum::Md5Aladdin::finalize ( Cpl::Text::String convertToString = 0,
bool  uppercase = true,
bool  append = false 
)
virtualnoexcept

◆ reset()

void Cpl::Checksum::Md5Aladdin::reset ( void  )
virtualnoexcept

The documentation for this class was generated from the following file: