libzypp 17.31.23
|
Callbacks from signature verification workflow. More...
#include <KeyRing.h>
Public Types | |
enum | KeyTrust { KEY_DONT_TRUST = 0 , KEY_TRUST_TEMPORARILY , KEY_TRUST_AND_IMPORT } |
User reply options for the askUserToTrustKey callback. More... | |
Public Types inherited from zypp::callback::ReportBase | |
typedef callback::UserData | UserData |
typedef UserData::ContentType | ContentType |
Public Member Functions | |
virtual KeyTrust | askUserToAcceptKey (const PublicKey &key, const KeyContext &keycontext=KeyContext()) |
Ask user to trust and/or import the key to trusted keyring. | |
virtual void | infoVerify (const std::string &file_r, const PublicKeyData &keyData_r, const KeyContext &keycontext=KeyContext()) |
Informal callback showing the trusted key that will be used for verification. | |
virtual bool | askUserToAcceptUnsignedFile (const std::string &file, const KeyContext &keycontext=KeyContext()) |
virtual bool | askUserToAcceptUnknownKey (const std::string &file, const std::string &id, const KeyContext &keycontext=KeyContext()) |
we DONT know the key, only its id, but we have never seen it, the difference with trust key is that if you dont have it, you can't import it later. | |
virtual bool | askUserToAcceptVerificationFailed (const std::string &file, const PublicKey &key, const KeyContext &keycontext=KeyContext()) |
The file filedesc is signed but the verification failed. | |
bool | askUserToAcceptPackageKey (const PublicKey &key_r, const KeyContext &keycontext_r=KeyContext()) |
Ask user to trust and/or import the package key to trusted keyring, using ReportBase::report. | |
void | reportNonImportedKeys (const std::set< Edition > &keys_r) |
Notify the user about keys that were not imported from the rpm key database into zypp keyring. | |
void | reportAutoImportKey (const std::list< PublicKeyData > &keyDataList_r, const PublicKeyData &keySigning_r, const KeyContext &keyContext_r) |
Notify that a repository auto imported new package signing keys. | |
Public Member Functions inherited from zypp::callback::ReportBase | |
virtual void | report (const UserData &userData_r=UserData()) |
The most generic way of sending/receiving data. | |
virtual | ~ReportBase () |
Related Functions | |
(Note that these are not member functions.) | |
static constexpr const char * | ACCEPT_PACKAGE_KEY_REQUEST = "KeyRingReport/AcceptPackageKey" |
generic reports UserData::type | |
static constexpr const char * | KEYS_NOT_IMPORTED_REPORT = "KeyRingReport/KeysNotImported" |
generic reports UserData::type | |
static constexpr const char * | REPORT_AUTO_IMPORT_KEY = "KeyRingReport/reportAutoImportKey" |
generic reports UserData::type | |
Callbacks from signature verification workflow.
Per default all methods answer false
. This may be canged by calling KeyRing::setDefaultAccept.
User reply options for the askUserToTrustKey callback.
filedes | Name of the file (repo alias) or filename if not available |
|
virtual |
Ask user to trust and/or import the key to trusted keyring.
Definition at line 68 of file KeyRing.cc.
|
virtual |
Informal callback showing the trusted key that will be used for verification.
Definition at line 61 of file KeyRing.cc.
|
virtual |
Definition at line 64 of file KeyRing.cc.
|
virtual |
we DONT know the key, only its id, but we have never seen it, the difference with trust key is that if you dont have it, you can't import it later.
The answer means continue yes or no?
Definition at line 77 of file KeyRing.cc.
|
virtual |
The file filedesc is signed but the verification failed.
filedesc | Filename or its description. |
Definition at line 80 of file KeyRing.cc.
bool zypp::KeyRingReport::askUserToAcceptPackageKey | ( | const PublicKey & | key_r, |
const KeyContext & | keycontext_r = KeyContext() |
||
) |
Ask user to trust and/or import the package key to trusted keyring, using ReportBase::report.
The UserData object will have the following fields: UserData::type PublicKey The PublicKey to be accepted "KeyContext" The KeyContext
Userdata accepted: "TrustKey" bool user can either trust or not trust the key
Definition at line 83 of file KeyRing.cc.
void zypp::KeyRingReport::reportNonImportedKeys | ( | const std::set< Edition > & | keys_r | ) |
Notify the user about keys that were not imported from the rpm key database into zypp keyring.
The UserData object will have the following fields: UserData::type KEYS_NOT_IMPORTED_REPORT std::set<Edition> "Keys" set of keys that were not imported
Definition at line 95 of file KeyRing.cc.
void zypp::KeyRingReport::reportAutoImportKey | ( | const std::list< PublicKeyData > & | keyDataList_r, |
const PublicKeyData & | keySigning_r, | ||
const KeyContext & | keyContext_r | ||
) |
Notify that a repository auto imported new package signing keys.
To auto import new package signing keys, the repositories metadata must be signed by an already trusted key.
The UserData object will have the following fields: UserData::type KeyDataList List of KeyData to import "KeySigning" KeyData of signing key "KeyContext" The KeyContext
Definition at line 102 of file KeyRing.cc.
|
related |
generic reports UserData::type
|
related |
generic reports UserData::type
|
related |
generic reports UserData::type