AusweisApp
Lade ...
Suche ...
Keine Treffer
StateCheckApplet.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_StateCheckApplet;
19
20
21
namespace
governikus
22
{
23
24
class
StateCheckApplet
25
:
public
AbstractState
26
,
public
GenericContextContainer
<PersonalizationContext>
27
{
28
Q_OBJECT
29
friend
class
StateBuilder
;
30
friend
class ::test_StateCheckApplet;
31
32
private
:
33
explicit
StateCheckApplet
(
const
QSharedPointer<WorkflowContext>
&
pContext
);
34
void
run()
override
;
35
36
private
Q_SLOTS
:
37
void
onCommandDone(
const
QVariant
&
pResult
);
38
39
Q_SIGNALS
:
40
void
fireInstallApplet
();
41
void
fireDeleteApplet
();
42
void
fireDeletePersonalization
();
43
44
};
45
46
}
// 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::StateCheckApplet
Definition
StateCheckApplet.h:27
governikus::StateCheckApplet::fireDeletePersonalization
void fireDeletePersonalization()
governikus::StateCheckApplet::fireDeleteApplet
void fireDeleteApplet()
governikus::StateCheckApplet::fireInstallApplet
void fireInstallApplet()
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
StateCheckApplet.h
Erzeugt von
1.10.0