libzypp 17.37.17
|
Ask the user to accept a file that is signed but where the signature verification failed. More...
Functions | |
constexpr std::string_view | CTYPE ("keyring/accept-failed-verification") |
constexpr std::string_view | FILE ("file") |
constexpr std::string_view | KEY ("key") |
constexpr std::string_view | KEY_CONTEXT ("key-context") |
UserData | makeData (const std::string &file, const zypp::PublicKey &key, const zypp::KeyContext &keycontext=zypp::KeyContext()) |
Ask the user to accept a file that is signed but where the signature verification failed.
Userdata fields:
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
UserData zyppng::AcceptFailedVerificationRequest::makeData | ( | const std::string & | file, |
const zypp::PublicKey & | key, | ||
const zypp::KeyContext & | keycontext = zypp::KeyContext() ) |
Definition at line 86 of file userrequest.cc.