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