#include <GPGCheck.h>
Public Member Functions | |
GPGCheck () | |
void | set_keyring (const Pathname &keyring) |
bool | check_file (const Pathname &filename, bool strip=false) |
bool | check_file (const Pathname &sourceFile, const Pathname &destFile) |
Protected Member Functions | |
std::string | assembleCommand (const std::string &args) __attribute__((deprecated)) |
Private Attributes | |
std::string | _keyring |
std::string | _gnupghome |
|
|
|
Function has security problems. Will be removed in next release |
|
Check signature of given file. Strip signature from file and write result to destination. This is done regardless, if the signature is valid or not.
|
|
Check signature of given file.
|
|
Set keyring. |
|
|
|
|