AusweisApp
Lade ...
Suche ...
Keine Treffer
StateInstallApplet.h
gehe zur Dokumentation dieser Datei
1
9
#pragma once
10
11
#include "
context/PersonalizationContext.h
"
12
#include "
states/AbstractState.h
"
13
#include "
states/GenericContextContainer.h
"
14
15
#include <QVariant>
16
17
18
class
test_StateInstallApplet;
19
20
21
namespace
governikus
22
{
23
24
class
StateInstallApplet
25
:
public
AbstractState
26
,
public
GenericContextContainer
<PersonalizationContext>
27
{
28
Q_OBJECT
29
friend
class
StateBuilder
;
30
friend
class ::test_StateInstallApplet;
31
32
private
:
33
explicit
StateInstallApplet
(
const
QSharedPointer<WorkflowContext>
&
pContext
);
34
void
run()
override
;
35
void
handleEidServiceResult(
const
EidServiceResult
&
pResult
);
36
37
private
Q_SLOTS
:
38
void
onCommandDone(
const
QVariant
&
pResult
);
39
40
public
Q_SLOTS
:
41
void
onUserCancelled
()
override
;
42
43
};
44
45
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
PersonalizationContext.h
governikus::AbstractState
Definition
AbstractState.h:36
governikus::GenericContextContainer
Definition
GenericContextContainer.h:22
governikus::StateBuilder
Definition
StateBuilder.h:19
governikus::StateInstallApplet
Definition
StateInstallApplet.h:27
governikus::StateInstallApplet::onUserCancelled
void onUserCancelled() override
Definition
StateInstallApplet.cpp:126
EidServiceResult
EidServiceResult
Definition
eid_applet_results.h:92
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
personalization
states
StateInstallApplet.h
Erzeugt von
1.10.0