|
libzypp 17.38.3
|
#include "keyringwf.h"#include <zypp/zypp_detail/keyring_p.h>#include <zypp/RepoInfo.h>#include <zypp/ZConfig.h>#include <zypp-core/Pathname.h>#include <zypp-common/PublicKey.h>#include <zypp-core/base/Gettext.h>#include <utility>#include <zypp-core/ng/pipelines/Expected>#include <zypp/ng/workflows/repoinfowf.h>#include <zypp/ng/context.h>#include <zypp/ng/reporthelper.h>#include <zypp/ng/UserRequest>
Go to the source code of this file.
Classes | |
| struct | zyppng::KeyRingWorkflow::ImportKeyFromRepoLogic |
Namespaces | |
| namespace | zyppng |
| namespace | zyppng::KeyRingWorkflow |
Functions | |
| MaybeAwaitable< bool > | zyppng::KeyRingWorkflow::provideAndImportKeyFromRepository (ContextRef ctx, std::string id_r, zypp::RepoInfo info_r) |
| Try to find the id in key cache or repository specified in info. | |
| MaybeAwaitable< std::pair< bool, zypp::keyring::VerifyFileContext > > | zyppng::KeyRingWorkflow::verifyFileSignature (ContextRef zyppContext, zypp::keyring::VerifyFileContext &&context_r) |
| Follows a signature verification interacting with the user. | |
| MaybeAwaitable< std::pair< bool, zypp::keyring::VerifyFileContext > > | zyppng::KeyRingWorkflow::verifyFileSignature (ContextRef zyppContext, zypp::KeyRing_Ptr keyRing, zypp::keyring::VerifyFileContext &&context_r) |