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