Public Member Functions |
|
| HashString (std::string Type, std::string Hash) |
|
| HashString (std::string StringedHashString) |
|
std::string | HashType () |
|
bool | VerifyFile (std::string filename) const |
|
std::string | toStr () const |
|
bool | empty () const |
Static Public Member Functions |
|
static const char ** | SupportedHashes () |
Protected Attributes |
|
std::string | Type |
|
std::string | Hash |
Static Protected Attributes |
| static const char * | _SupportedHashes [10] |
Member Data Documentation
| const char * _SupportedHashes |
|
staticprotected |
Initial value:
{
"SHA512", "SHA256", "SHA1", "MD5Sum", NULL
}
The documentation for this class was generated from the following files:
- /space/home/egon/devel/apt/cve-fix/debian/wheezy/apt-0.9.7.9+deb7u4/apt-pkg/contrib/hashes.h
- /space/home/egon/devel/apt/cve-fix/debian/wheezy/apt-0.9.7.9+deb7u4/apt-pkg/contrib/hashes.cc