9#ifndef ZYPP_NG_KEYRINGWORKFLOW_INCLUDED
10#define ZYPP_NG_KEYRINGWORKFLOW_INCLUDED
13#include <zypp-core/ng/async/task.h>
14#include <zypp-core/ng/pipelines/Expected>
What is known about a repository.
I/O context for KeyRing::verifyFileSignatureWorkflow.
Easy-to use interface to the ZYPP dependency resolver.
DEFINE_PTR_TYPE(Application)
MaybeAwaitable< bool > 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 > > verifyFileSignature(ContextRef zyppContext, zypp::keyring::VerifyFileContext &&context_r)
Follows a signature verification interacting with the user.
ZYPP_FWD_DECL_TYPE_WITH_REFS(EventDispatcher)