libzypp
17.38.3
signaturecheckwf.h
Go to the documentation of this file.
1
/*---------------------------------------------------------------------\
2
| ____ _ __ __ ___ |
3
| |__ / \ / / . \ . \ |
4
| / / \ V /| _/ _/ |
5
| / /__ | | | | | | |
6
| /_____||_| |_| |_| |
7
| |
8
\---------------------------------------------------------------------*/
9
#ifndef ZYPP_NG_SIGNATURECHECK_WORKFLOW_INCLUDED
10
#define ZYPP_NG_SIGNATURECHECK_WORKFLOW_INCLUDED
11
12
#include <zypp-core/ng/async/task.h>
13
#include <zypp-core/ng/pipelines/Expected>
14
15
#include <
zypp-common/PublicKey.h
>
16
#include <
zypp-core/Pathname.h
>
17
#include <
zypp/KeyRingContexts.h
>
18
19
namespace
zyppng
{
20
21
ZYPP_FWD_DECL_TYPE_WITH_REFS
(
Context
);
22
23
namespace
SignatureFileCheckWorkflow
{
24
MaybeAwaitable<expected<zypp::keyring::VerifyFileContext>>
verifySignature
( ContextRef ctx, zypp::keyring::VerifyFileContext context );
25
}
26
27
}
28
29
30
31
#endif
KeyRingContexts.h
Pathname.h
PublicKey.h
zyppng::Context
Definition
context.h:27
zyppng::SignatureFileCheckWorkflow
Definition
signaturecheckwf.cc:53
zyppng::SignatureFileCheckWorkflow::verifySignature
MaybeAwaitable< expected< zypp::keyring::VerifyFileContext > > verifySignature(ContextRef ctx, zypp::keyring::VerifyFileContext context)
Definition
signaturecheckwf.cc:54
zyppng
Definition
MediaNetworkRequestExecutor.h:16
ZYPP_FWD_DECL_TYPE_WITH_REFS
#define ZYPP_FWD_DECL_TYPE_WITH_REFS(T)
Definition
zyppglobal.h:126
zypp
ng
workflows
signaturecheckwf.h
Generated by
1.16.1