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