AusweisApp
Lade ...
Suche ...
Keine Treffer
StateChangePinResponse.h
gehe zur Dokumentation dieser Datei
1
5
#pragma once
6
7
8
#include "
context/IfdServiceContext.h
"
9
#include "
states/AbstractState.h
"
10
#include "
states/GenericContextContainer.h
"
11
12
namespace
governikus
13
{
14
15
class
StateChangePinResponse
16
:
public
AbstractState
17
,
public
GenericContextContainer
<IfdServiceContext>
18
{
19
Q_OBJECT
20
friend
class
StateBuilder
;
21
22
private
:
23
explicit
StateChangePinResponse
(
const
QSharedPointer<WorkflowContext>
&
pContext
);
24
void
run()
override
;
25
26
Q_SIGNALS
:
27
void
firePacePasswordModified
();
28
};
29
30
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
IfdServiceContext.h
governikus::AbstractState
Definition
AbstractState.h:32
governikus::GenericContextContainer
Definition
GenericContextContainer.h:15
governikus::StateBuilder
Definition
StateBuilder.h:15
governikus::StateChangePinResponse
Definition
StateChangePinResponse.h:18
governikus::StateChangePinResponse::firePacePasswordModified
void firePacePasswordModified()
governikus
Defines the AccessRight and AccessRole enum.
Definition
CommandApdu.h:17
governikus::decodeObject
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition
ASN1TemplateUtil.h:112
src
workflows
ifd
states
StateChangePinResponse.h
Erzeugt von
1.10.0