libzypp
17.32.5
|
Functions | |
constexpr std::string_view | CTYPE ("keyring/info-verify") |
constexpr std::string_view | FILE ("file") |
constexpr std::string_view | KEY_DATA ("key-data") |
constexpr std::string_view | KEY_CONTEXT ("key-context") |
UserData | makeData (const std::string &file_r, const zypp::PublicKeyData &keyData_r, const zypp::KeyContext &keycontext=zypp::KeyContext()) |
Informal event showing the trusted key that will be used for verification.
Userdata fields:
constexpr std::string_view zyppng::VerifyInfoEvent::CTYPE | ( | "keyring/info-verify" | ) |
constexpr std::string_view zyppng::VerifyInfoEvent::FILE | ( | "file" | ) |
constexpr std::string_view zyppng::VerifyInfoEvent::KEY_DATA | ( | "key-data" | ) |
constexpr std::string_view zyppng::VerifyInfoEvent::KEY_CONTEXT | ( | "key-context" | ) |
UserData zyppng::VerifyInfoEvent::makeData | ( | const std::string & | file_r, |
const zypp::PublicKeyData & | keyData_r, | ||
const zypp::KeyContext & | keycontext = zypp::KeyContext() |
||
) |
Definition at line 60 of file userrequest.cc.