|
libzypp
17.38.7
|
#include <zypp-core/base/PtrTypes.h>#include <zypp-core/ng/async/task.h>#include <zypp-core/ng/pipelines/Expected>

Go to the source code of this file.
Namespaces | |
| zypp | |
| Easy-to use interface to the ZYPP dependency resolver. | |
| zypp::keyring | |
| zyppng | |
| KeyRingWorkflow | |
| zyppng::KeyRingWorkflow | |
Functions | |
| zypp::DEFINE_PTR_TYPE (KeyRing) | |
| zyppng::ZYPP_FWD_DECL_TYPE_WITH_REFS (Context) | |
| MaybeAwaitable< bool > | zyppng::KeyRingWorkflow::provideAndImportKeyFromRepository (ContextRef ctx, std::string id_r, zypp::RepoInfo info_r) |
| Try to find the id in key cache or repository specified in info. More... | |
| MaybeAwaitable< std::pair< bool, zypp::keyring::VerifyFileContext > > | zyppng::KeyRingWorkflow::verifyFileSignature (ContextRef zyppContext, zypp::keyring::VerifyFileContext &&context_r) |
| Follows a signature verification interacting with the user. More... | |
| MaybeAwaitable< std::pair< bool, zypp::keyring::VerifyFileContext > > | zyppng::KeyRingWorkflow::verifyFileSignature (ContextRef zyppContext, zypp::KeyRing_Ptr keyRing, zypp::keyring::VerifyFileContext &&context_r) |