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> 21 class VerifyFileContext;
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.
What is known about a repository.
I/O context for KeyRing::verifyFileSignatureWorkflow.
DEFINE_PTR_TYPE(Application)
ZYPP_FWD_DECL_TYPE_WITH_REFS(EventDispatcher)
MaybeAwaitable< std::pair< bool, zypp::keyring::VerifyFileContext > > verifyFileSignature(ContextRef zyppContext, zypp::keyring::VerifyFileContext &&context_r)
Follows a signature verification interacting with the user.
Easy-to use interface to the ZYPP dependency resolver.