9#ifndef ZYPP_NG_KEYRINGWORKFLOW_INCLUDED
10#define ZYPP_NG_KEYRINGWORKFLOW_INCLUDED
12#include <zypp-core/zyppng/pipelines/AsyncResult>
13#include <zypp-core/zyppng/pipelines/Expected>
What is known about a repository.
I/O context for KeyRing::verifyFileSignatureWorkflow.
Easy-to use interface to the ZYPP dependency resolver.
bool provideAndImportKeyFromRepository(SyncContextRef ctx, std::string id_r, zypp::RepoInfo info_r)
Try to find the id in key cache or repository specified in info.
std::pair< bool, zypp::keyring::VerifyFileContext > verifyFileSignature(SyncContextRef zyppContext, zypp::keyring::VerifyFileContext &&context_r)
Follows a signature verification interacting with the user.
std::shared_ptr< AsyncOp< T > > AsyncOpRef
#define DEFINE_PTR_TYPE(NAME)
Forward declaration of Ptr types.
#define ZYPP_FWD_DECL_TYPE_WITH_REFS(T)