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