![]() |
CernVM-FS
2.13.0
|
#include <compat.h>
Public Member Functions | |
Any () | |
![]() | |
unsigned | GetDigestSize () const |
unsigned | GetHexSize () const |
Digest () | |
Digest (const Algorithms a, const unsigned char *digest_buffer, const unsigned buffer_size) | |
std::string | ToString () const |
bool | IsNull () const |
bool | operator== (const Digest< digest_size_, algorithm_ > &other) const |
bool | operator!= (const Digest< digest_size_, algorithm_ > &other) const |
bool | operator< (const Digest< digest_size_, algorithm_ > &other) const |
bool | operator> (const Digest< digest_size_, algorithm_ > &other) const |
Additional Inherited Members | |
![]() | |
unsigned char | digest [digest_size_] |
Algorithms | algorithm |