libzypp 17.37.17
userrequest.h File Reference
#include <zypp-common/PublicKey.h>
#include <zypp/KeyContext.h>
#include <zypp-core/zyppng/ui/UserRequest>
Include dependency graph for userrequest.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  zyppng::TrustKeyRequest

Namespaces

namespace  zyppng
namespace  zyppng::AcceptNoDigestRequest
namespace  zyppng::AcceptUnknownDigestRequest
namespace  zyppng::AcceptWrongDigestRequest
namespace  zyppng::AcceptKeyRequest
namespace  zyppng::VerifyInfoEvent
namespace  zyppng::AcceptUnsignedFileRequest
namespace  zyppng::AcceptUnknownKeyRequest
 Ask the user to accept a unknown key.
namespace  zyppng::AcceptFailedVerificationRequest
 Ask the user to accept a file that is signed but where the signature verification failed.
namespace  zyppng::AcceptPackageKeyRequest
 Ask user to trust and/or import the package key to trusted keyring.
namespace  zyppng::NonImportedKeysInfoEvent
 Notify the user about keys that were not imported from the rpm key database into zypp keyring.
namespace  zyppng::KeyAutoImportInfoEvent
 Notify that a repository auto imported new package signing keys.

Functions

constexpr std::string_view zyppng::AcceptNoDigestRequest::CTYPE ("digest/accept-no-digest")
constexpr std::string_view zyppng::AcceptNoDigestRequest::FILE ("file")
UserData zyppng::AcceptNoDigestRequest::makeData (const zypp::Pathname &p)
constexpr std::string_view zyppng::AcceptUnknownDigestRequest::CTYPE ("digest/accept-unknown-digest")
constexpr std::string_view zyppng::AcceptUnknownDigestRequest::FILE ("file")
constexpr std::string_view zyppng::AcceptUnknownDigestRequest::NAME ("name")
UserData zyppng::AcceptUnknownDigestRequest::makeData (const zypp::Pathname &p, const std::string &name)
constexpr std::string_view zyppng::AcceptWrongDigestRequest::CTYPE ("digest/accept-unknown-digest")
constexpr std::string_view zyppng::AcceptWrongDigestRequest::FILE ("file")
constexpr std::string_view zyppng::AcceptWrongDigestRequest::NAME_REQUESTED ("requested")
constexpr std::string_view zyppng::AcceptWrongDigestRequest::NAME_FOUND ("found")
UserData zyppng::AcceptWrongDigestRequest::makeData (const zypp::Pathname &p, const std::string &requested, const std::string &found)
 zyppng::ZYPP_FWD_DECL_TYPE_WITH_REFS (TrustKeyRequest)
constexpr std::string_view zyppng::AcceptKeyRequest::CTYPE ("keyring/accept-key")
constexpr std::string_view zyppng::AcceptKeyRequest::KEY ("key")
constexpr std::string_view zyppng::AcceptKeyRequest::KEY_CONTEXT ("key-context")
UserData zyppng::AcceptKeyRequest::makeData (const zypp::PublicKey &key, const zypp::KeyContext &keycontext=zypp::KeyContext())
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())
constexpr std::string_view zyppng::AcceptUnsignedFileRequest::CTYPE ("keyring/accept-unsigned-file")
constexpr std::string_view zyppng::AcceptUnsignedFileRequest::FILE ("file")
constexpr std::string_view zyppng::AcceptUnsignedFileRequest::KEY_CONTEXT ("key-context")
UserData zyppng::AcceptUnsignedFileRequest::makeData (const std::string &file, const zypp::KeyContext &keycontext=zypp::KeyContext())
constexpr std::string_view zyppng::AcceptUnknownKeyRequest::CTYPE ("keyring/accept-unknown-key")
constexpr std::string_view zyppng::AcceptUnknownKeyRequest::KEYID ("keyid")
constexpr std::string_view zyppng::AcceptUnknownKeyRequest::FILE ("file")
constexpr std::string_view zyppng::AcceptUnknownKeyRequest::KEY_CONTEXT ("key-context")
UserData zyppng::AcceptUnknownKeyRequest::makeData (const std::string &file, const std::string &id, const zypp::KeyContext &keycontext=zypp::KeyContext())
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())
constexpr std::string_view zyppng::AcceptPackageKeyRequest::CTYPE ("keyring/accept-package-key")
constexpr std::string_view zyppng::AcceptPackageKeyRequest::KEY ("key")
constexpr std::string_view zyppng::AcceptPackageKeyRequest::KEY_CONTEXT ("key-context")
UserData zyppng::AcceptPackageKeyRequest::makeData (const zypp::PublicKey &key_r, const zypp::KeyContext &keycontext_r=zypp::KeyContext())
constexpr std::string_view zyppng::NonImportedKeysInfoEvent::CTYPE ("keyring/keys-not-imported")
constexpr std::string_view zyppng::NonImportedKeysInfoEvent::KEYS ("keys")
UserData zyppng::NonImportedKeysInfoEvent::makeData (const std::set< zypp::Edition > &keys_r)
constexpr std::string_view zyppng::KeyAutoImportInfoEvent::CTYPE ("keyring/auto-import-key-info")
constexpr std::string_view zyppng::KeyAutoImportInfoEvent::KEY_DATA_LIST ("key-data-list")
constexpr std::string_view zyppng::KeyAutoImportInfoEvent::KEY_DATA ("key-data")
constexpr std::string_view zyppng::KeyAutoImportInfoEvent::KEY_CONTEXT ("key-context")
UserData zyppng::KeyAutoImportInfoEvent::makeData (const std::list< zypp::PublicKeyData > &keyDataList_r, const zypp::PublicKeyData &keySigning_r, const zypp::KeyContext &keyContext_r)