AusweisApp
Lade ...
Suche ...
Keine Treffer
StateCheckError.h
gehe zur Dokumentation dieser Datei
1
10
#pragma once
11
12
#include "
AbstractState.h
"
13
#include "
GenericContextContainer.h
"
14
#include "
context/WorkflowContext.h
"
15
16
namespace
governikus
17
{
18
19
class
StateCheckError
20
:
public
AbstractState
21
,
public
GenericContextContainer
<WorkflowContext>
22
{
23
Q_OBJECT
24
friend
class
StateBuilder
;
25
26
private
:
27
explicit
StateCheckError
(
const
QSharedPointer<WorkflowContext>
&
pContext
);
28
void
run()
override
;
29
30
Q_SIGNALS
:
31
void
firePropagateAbort
();
32
};
33
34
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
WorkflowContext.h
governikus::AbstractState
Definition
AbstractState.h:36
governikus::GenericContextContainer
Definition
GenericContextContainer.h:22
governikus::StateBuilder
Definition
StateBuilder.h:19
governikus::StateCheckError
Definition
StateCheckError.h:22
governikus::StateCheckError::firePropagateAbort
void firePropagateAbort()
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
StateCheckError.h
Erzeugt von
1.10.0