libzypp 17.35.15
keyringwf.cc File Reference
#include "keyringwf.h"
#include "logichelpers.h"
#include <zypp/ng/workflows/contextfacade.h>
#include <zypp/zypp_detail/keyring_p.h>
#include <zypp/RepoInfo.h>
#include <zypp/ZConfig.h>
#include <zypp/Pathname.h>
#include <zypp/PublicKey.h>
#include <zypp-core/base/Gettext.h>
#include <utility>
#include <zypp-core/zyppng/pipelines/Expected>
#include <zypp/ng/workflows/repoinfowf.h>
#include <zypp/ng/Context>
#include <zypp/ng/reporthelper.h>
#include <zypp/ng/UserRequest>
Include dependency graph for keyringwf.cc:

Go to the source code of this file.

Classes

struct  zyppng::KeyRingWorkflow::ImportKeyFromRepoLogic< Executor, OpType >
 

Namespaces

namespace  zyppng
 
namespace  zyppng::KeyRingWorkflow
 

Functions

bool zyppng::KeyRingWorkflow::provideAndImportKeyFromRepository (SyncContextRef ctx, std::string id_r, zypp::RepoInfo info_r)
 Try to find the id in key cache or repository specified in info.
 
AsyncOpRef< boolzyppng::KeyRingWorkflow::provideAndImportKeyFromRepository (ContextRef ctx, std::string id_r, zypp::RepoInfo info_r)
 
std::pair< bool, zypp::keyring::VerifyFileContextzyppng::KeyRingWorkflow::verifyFileSignature (SyncContextRef zyppContext, zypp::keyring::VerifyFileContext &&context_r)
 Follows a signature verification interacting with the user.
 
AsyncOpRef< std::pair< bool, zypp::keyring::VerifyFileContext > > zyppng::KeyRingWorkflow::verifyFileSignature (ContextRef zyppContext, zypp::keyring::VerifyFileContext &&context_r)
 
std::pair< bool, zypp::keyring::VerifyFileContextzyppng::KeyRingWorkflow::verifyFileSignature (SyncContextRef zyppContext, zypp::KeyRing_Ptr keyRing, zypp::keyring::VerifyFileContext &&context_r)
 
AsyncOpRef< std::pair< bool, zypp::keyring::VerifyFileContext > > zyppng::KeyRingWorkflow::verifyFileSignature (ContextRef zyppContext, zypp::KeyRing_Ptr keyRing, zypp::keyring::VerifyFileContext &&context_r)
 

Variable Documentation

◆ _foundKey

Definition at line 133 of file keyringwf.cc.

◆ _whichKeyRing

zypp::Pathname _whichKeyRing

Definition at line 134 of file keyringwf.cc.

◆ trusted

bool trusted = false

Definition at line 135 of file keyringwf.cc.

◆ _zyppContext

ZyppContextRefType _zyppContext
protected

Definition at line 319 of file keyringwf.cc.

◆ _keyringReport

KeyRingReportHelper<ZyppContextRefType> _keyringReport
protected

Definition at line 320 of file keyringwf.cc.

◆ _keyRing

KeyRingRef _keyRing
protected

Definition at line 321 of file keyringwf.cc.

◆ _verifyContext

zypp::keyring::VerifyFileContext _verifyContext
protected

Definition at line 322 of file keyringwf.cc.