libzypp
13.10.6
|
Checks for the validity of a signature. More...
#include <FileChecker.h>
Public Member Functions | |
SignatureFileChecker (const Pathname &signature) | |
Constructor. More... | |
SignatureFileChecker () | |
Default Constructor. More... | |
void | setKeyContext (const KeyContext &keycontext) |
Set context for this checker. More... | |
void | addPublicKey (const PublicKey &publickey, const KeyContext &keycontext=KeyContext()) |
add a public key to the list of known keys More... | |
void | addPublicKey (const Pathname &publickey, const KeyContext &keycontext=KeyContext()) |
void | operator() (const Pathname &file) const |
Try to validate the file. More... | |
Protected Attributes | |
Pathname | _signature |
KeyContext | _context |
Checks for the validity of a signature.
Definition at line 85 of file FileChecker.h.
zypp::SignatureFileChecker::SignatureFileChecker | ( | const Pathname & | signature | ) |
Constructor.
signature | Signature that validates the file |
Definition at line 97 of file FileChecker.cc.
zypp::SignatureFileChecker::SignatureFileChecker | ( | ) |
Default Constructor.
Signature for unsigned files Use it when you dont have a signature but you want to check the user to accept an unsigned file.
Definition at line 104 of file FileChecker.cc.
void zypp::SignatureFileChecker::setKeyContext | ( | const KeyContext & | keycontext | ) |
Set context for this checker.
Use this method if you're not adding the key (with context) via one of the addPublicKey methods. The addPublicKey method overwrites the context.
Definition at line 108 of file FileChecker.cc.
void zypp::SignatureFileChecker::addPublicKey | ( | const PublicKey & | publickey, |
const KeyContext & | keycontext = KeyContext() |
||
) |
add a public key to the list of known keys
Definition at line 114 of file FileChecker.cc.
void zypp::SignatureFileChecker::addPublicKey | ( | const Pathname & | publickey, |
const KeyContext & | keycontext = KeyContext() |
||
) |
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Definition at line 111 of file FileChecker.cc.
void zypp::SignatureFileChecker::operator() | ( | const Pathname & | file | ) | const |
Try to validate the file.
file | File to validate. |
SignatureCheckException | if validation fails |
Definition at line 120 of file FileChecker.cc.
|
protected |
Definition at line 127 of file FileChecker.h.
|
protected |
Definition at line 128 of file FileChecker.h.