#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) |
Private Attributes | |
| std::string | _keyring |
| std::string | _gnupghome |
|
|
|
|
||||||||||||
|
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. |
|
|
|
|
|
|
1.4.4