AusweisApp
Lade ...
Suche ...
Keine Treffer
StateChangePinIfd.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
17
class
test_StateChangePinIfd;
18
19
namespace
governikus
20
{
21
22
class
StateChangePinIfd
23
:
public
AbstractState
24
,
public
GenericContextContainer
<IfdServiceContext>
25
{
26
Q_OBJECT
27
friend
class
StateBuilder
;
28
friend
class ::test_StateChangePinIfd;
29
30
private
:
31
explicit
StateChangePinIfd
(
const
QSharedPointer<WorkflowContext>
&
pContext
);
32
void
run()
override
;
33
34
private
Q_SLOTS
:
35
void
onChangePinDone(
QSharedPointer<BaseCardCommand>
pCommand
);
36
};
37
38
}
// 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::StateChangePinIfd
Definition
StateChangePinIfd.h:25
governikus
Implementation of GeneralAuthenticate response APDUs.
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:114
src
workflows
ifd
states
StateChangePinIfd.h
Erzeugt von
1.10.0