AusweisApp
Lade ...
Suche ...
Keine Treffer
CompositeStateTrustedChannel.h
gehe zur Dokumentation dieser Datei
1
5
#pragma once
6
7
#include "
FailureCode.h
"
8
9
#include <QSharedPointer>
10
#include <QState>
11
12
13
namespace
governikus
14
{
15
16
class
WorkflowContext;
17
18
class
CompositeStateTrustedChannel
19
:
public
QState
20
{
21
Q_OBJECT
22
23
private
:
24
const
QSharedPointer<WorkflowContext>
mContext;
25
26
public
:
27
explicit
CompositeStateTrustedChannel
(
const
QSharedPointer<WorkflowContext>
&
pContext
);
28
~CompositeStateTrustedChannel
()
override
=
default
;
29
30
Q_SIGNALS
:
31
void
fireContinue
();
32
void
fireAbort
(
const
FailureCode
&
pFailure
);
33
};
34
35
}
// namespace governikus
FailureCode.h
governikus::CompositeStateTrustedChannel
Definition
CompositeStateTrustedChannel.h:20
governikus::CompositeStateTrustedChannel::CompositeStateTrustedChannel
CompositeStateTrustedChannel(const QSharedPointer< WorkflowContext > &pContext)
Definition
CompositeStateTrustedChannel.cpp:29
governikus::CompositeStateTrustedChannel::fireAbort
void fireAbort(const FailureCode &pFailure)
governikus::CompositeStateTrustedChannel::fireContinue
void fireContinue()
governikus::CompositeStateTrustedChannel::~CompositeStateTrustedChannel
~CompositeStateTrustedChannel() override=default
governikus::FailureCode
Definition
FailureCode.h:21
governikus
Implementation of GeneralAuthenticate response APDUs.
Definition
CommandApdu.h:17
governikus::decodeObject
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition
ASN1TemplateUtil.h:114
src
workflows
base
states
CompositeStateTrustedChannel.h
Erzeugt von
1.10.0