libzypp 17.37.17
|
Ask the user to accept a unknown key. More...
Functions | |
constexpr std::string_view | CTYPE ("keyring/accept-unknown-key") |
constexpr std::string_view | KEYID ("keyid") |
constexpr std::string_view | FILE ("file") |
constexpr std::string_view | KEY_CONTEXT ("key-context") |
UserData | makeData (const std::string &file, const std::string &id, const zypp::KeyContext &keycontext=zypp::KeyContext()) |
Ask the user to accept a unknown key.
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?
Userdata fields:
|
constexpr |
|
constexpr |
|
constexpr |
|
constexpr |
UserData zyppng::AcceptUnknownKeyRequest::makeData | ( | const std::string & | file, |
const std::string & | id, | ||
const zypp::KeyContext & | keycontext = zypp::KeyContext() ) |
Definition at line 77 of file userrequest.cc.