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>
20 class VerifyFileContext;
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.
ZYPP_FWD_DECL_TYPE_WITH_REFS(Context)
#define DEFINE_PTR_TYPE(NAME)
Forward declaration of Ptr types.