client-cpp
0.10.0
|
#include <EndpointObjectHash.hpp>
Public Member Functions | |
EndpointObjectHash () | |
EndpointObjectHash (const std::string &str) | |
EndpointObjectHash (const std::uint8_t *data, const std::uint32_t &dataSize) | |
EndpointObjectHash (const SharedDataBuffer &endpointHash) | |
EndpointObjectHash (const EndpointObjectHash &endpointHash) | |
EndpointObjectHash (EndpointObjectHash &&endpointHash) | |
EndpointObjectHash & | operator= (const EndpointObjectHash &endpointHash) |
EndpointObjectHash & | operator= (EndpointObjectHash &&endpointHash) |
HashDigest | getHashDigest () |
bool | operator== (const EndpointObjectHash &endpointHash) |
bool | operator!= (const EndpointObjectHash &endpointHash) |
operator std::vector< std::uint8_t > () | |
Used to calculate SHA-1 hash
Definition at line 35 of file EndpointObjectHash.hpp.
|
inline |
Definition at line 38 of file EndpointObjectHash.hpp.
kaa::EndpointObjectHash::EndpointObjectHash | ( | const std::string & | str | ) |
kaa::EndpointObjectHash::EndpointObjectHash | ( | const std::uint8_t * | data, |
const std::uint32_t & | dataSize | ||
) |
kaa::EndpointObjectHash::EndpointObjectHash | ( | const SharedDataBuffer & | endpointHash | ) |
kaa::EndpointObjectHash::EndpointObjectHash | ( | const EndpointObjectHash & | endpointHash | ) |
kaa::EndpointObjectHash::EndpointObjectHash | ( | EndpointObjectHash && | endpointHash | ) |
HashDigest kaa::EndpointObjectHash::getHashDigest | ( | ) |
Retrieves digest
kaa::EndpointObjectHash::operator std::vector< std::uint8_t > | ( | ) |
|
inline |
Checks if two hashes are not equal
Definition at line 78 of file EndpointObjectHash.hpp.
EndpointObjectHash& kaa::EndpointObjectHash::operator= | ( | const EndpointObjectHash & | endpointHash | ) |
EndpointObjectHash& kaa::EndpointObjectHash::operator= | ( | EndpointObjectHash && | endpointHash | ) |
|
inline |
Checks if two hashes are equal
Definition at line 72 of file EndpointObjectHash.hpp.