AusweisApp
Lade ...
Suche ...
Keine Treffer
StateStartPaosResponse.h
gehe zur Dokumentation dieser Datei
1
4
8
9
#pragma once
10
11
#include "
AbstractState.h
"
12
#include "
GenericContextContainer.h
"
13
#include "
context/AuthContext.h
"
14
15
16
class
test_StateStartPaosResponse;
17
18
19
namespace
governikus
20
{
21
22
class
StateStartPaosResponse
23
:
public
AbstractState
24
,
public
GenericContextContainer
<AuthContext>
25
{
26
Q_OBJECT
27
friend
class
StateBuilder
;
28
friend
class ::test_StateStartPaosResponse;
29
30
private
:
31
explicit
StateStartPaosResponse(
const
QSharedPointer<WorkflowContext>& pContext);
32
void
run()
override
;
33
34
};
35
36
}
// namespace governikus
AbstractState.h
AuthContext.h
GenericContextContainer.h
governikus::AbstractState::AbstractState
AbstractState(const QSharedPointer< WorkflowContext > &pContext)
Definition
AbstractState.cpp:22
governikus::GenericContextContainer< AuthContext >::GenericContextContainer
GenericContextContainer(const QSharedPointer< WorkflowContext > &pContext)
Definition
GenericContextContainer.h:27
governikus::StateStartPaosResponse::StateBuilder
friend class StateBuilder
Definition
StateStartPaosResponse.h:27
governikus
Implementation of GeneralAuthenticate response APDUs.
Definition
CommandApdu.h:17
src
workflows
base
states
StateStartPaosResponse.h
Erzeugt von
1.13.2