libzypp 17.37.17
|
#include <zypp/ng/reporthelper.h>
Public Member Functions | |
KeyRingReportHelper (ZyppContextRef r) | |
KeyRingReportHelper (const KeyRingReportHelper &)=default | |
KeyRingReportHelper (KeyRingReportHelper &&)=default | |
KeyRingReportHelper & | operator= (const KeyRingReportHelper &)=default |
KeyRingReportHelper & | operator= (KeyRingReportHelper &&)=default |
bool | askUserToAcceptUnsignedFile (const std::string &file, const zypp::KeyContext &keycontext={}) |
zypp::KeyRingReport::KeyTrust | askUserToAcceptKey (const zypp::PublicKey &key, const zypp::KeyContext &keycontext={}) |
bool | askUserToAcceptPackageKey (const zypp::PublicKey &key_r, const zypp::KeyContext &keycontext_r={}) |
void | infoVerify (const std::string &file_r, const zypp::PublicKeyData &keyData_r, const zypp::KeyContext &keycontext={}) |
void | reportAutoImportKey (const std::list< zypp::PublicKeyData > &keyDataList_r, const zypp::PublicKeyData &keySigning_r, const zypp::KeyContext &keyContext_r) |
bool | askUserToAcceptVerificationFailed (const std::string &file, const zypp::PublicKey &key, const zypp::KeyContext &keycontext={}) |
bool | askUserToAcceptUnknownKey (const std::string &file, const std::string &id, const zypp::KeyContext &keycontext={}) |
Public Member Functions inherited from zyppng::BasicReportHelper< ZyppContextRef > | |
BasicReportHelper (const BasicReportHelper &)=default | |
BasicReportHelper (BasicReportHelper &&)=default | |
BasicReportHelper & | operator= (const BasicReportHelper &)=default |
BasicReportHelper & | operator= (BasicReportHelper &&)=default |
const ZyppContextRef & | zyppContext () |
Private Attributes | |
detail::ReportHolder< ZyppContextRef, zypp::KeyRingReport > | _report |
Additional Inherited Members | |
Static Public Member Functions inherited from zyppng::BasicReportHelper< ZyppContextRef > | |
static constexpr bool | async () |
Protected Member Functions inherited from zyppng::BasicReportHelper< ZyppContextRef > | |
BasicReportHelper (ZyppContextRef &&ctx) | |
Protected Attributes inherited from zyppng::BasicReportHelper< ZyppContextRef > | |
ZyppContextRef | _ctx |
Definition at line 101 of file reporthelper.h.
|
inline |
Definition at line 105 of file reporthelper.h.
|
default |
|
default |
|
default |
|
default |
bool zyppng::KeyRingReportHelper< ZyppContextRef >::askUserToAcceptUnsignedFile | ( | const std::string & | file, |
const zypp::KeyContext & | keycontext = {} ) |
Definition at line 62 of file reporthelper.cc.
zypp::KeyRingReport::KeyTrust zyppng::KeyRingReportHelper< ZyppContextRef >::askUserToAcceptKey | ( | const zypp::PublicKey & | key, |
const zypp::KeyContext & | keycontext = {} ) |
Definition at line 86 of file reporthelper.cc.
bool zyppng::KeyRingReportHelper< ZyppContextRef >::askUserToAcceptPackageKey | ( | const zypp::PublicKey & | key_r, |
const zypp::KeyContext & | keycontext_r = {} ) |
Definition at line 102 of file reporthelper.cc.
void zyppng::KeyRingReportHelper< ZyppContextRef >::infoVerify | ( | const std::string & | file_r, |
const zypp::PublicKeyData & | keyData_r, | ||
const zypp::KeyContext & | keycontext = {} ) |
Definition at line 113 of file reporthelper.cc.
void zyppng::KeyRingReportHelper< ZyppContextRef >::reportAutoImportKey | ( | const std::list< zypp::PublicKeyData > & | keyDataList_r, |
const zypp::PublicKeyData & | keySigning_r, | ||
const zypp::KeyContext & | keyContext_r ) |
Definition at line 125 of file reporthelper.cc.
bool zyppng::KeyRingReportHelper< ZyppContextRef >::askUserToAcceptVerificationFailed | ( | const std::string & | file, |
const zypp::PublicKey & | key, | ||
const zypp::KeyContext & | keycontext = {} ) |
Definition at line 138 of file reporthelper.cc.
bool zyppng::KeyRingReportHelper< ZyppContextRef >::askUserToAcceptUnknownKey | ( | const std::string & | file, |
const std::string & | id, | ||
const zypp::KeyContext & | keycontext = {} ) |
Definition at line 160 of file reporthelper.cc.
|
private |
Definition at line 130 of file reporthelper.h.