|
libzypp
17.37.10
|
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 std::string_view zyppng::AcceptFailedVerificationRequest::CTYPE | ( | "keyring/accept-failed-verification" | ) |
| constexpr std::string_view zyppng::AcceptFailedVerificationRequest::FILE | ( | "file" | ) |
| constexpr std::string_view zyppng::AcceptFailedVerificationRequest::KEY | ( | "key" | ) |
| constexpr std::string_view zyppng::AcceptFailedVerificationRequest::KEY_CONTEXT | ( | "key-context" | ) |
| 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.