|
|
| HashString (std::string Type, std::string Hash) |
| |
|
| HashString (std::string_view StringedHashString) |
| |
|
std::string | HashType () const |
| |
|
std::string | HashValue () const |
| |
|
bool | VerifyFile (std::string filename) const |
| |
|
bool | FromFile (std::string filename) |
| |
|
std::string | toStr () const |
| |
|
bool | empty () const |
| |
|
bool | usable () const |
| |
|
bool | operator== (HashString const &other) const |
| |
|
bool | operator!= (HashString const &other) const |
| |
|
|
static APT_PURE const char ** | SupportedHashes () |
| |
|
|
std::string | GetHashForFile (std::string filename) const |
| |
|
|
std::string | Type |
| |
|
std::string | Hash |
| |
◆ _SupportedHashes
| const char * _SupportedHashes |
|
staticprotected |
Initial value:=
{
"SHA512", "SHA256", "SHA1", "MD5Sum", "Checksum-FileSize", NULL
}
The documentation for this class was generated from the following files:
- apt-pkg/contrib/hashes.h
- apt-pkg/contrib/hashes.cc