AusweisApp
Lade ...
Suche ...
Keine Treffer
StateInsertCard.h
gehe zur Dokumentation dieser Datei
1
5
#pragma once
6
7
#include "
ReaderManagerPluginInfo.h
"
8
#include "
context/PersonalizationContext.h
"
9
#include "
states/AbstractState.h
"
10
#include "
states/GenericContextContainer.h
"
11
12
#include <QSharedPointer>
13
14
15
namespace
governikus
16
{
17
18
class
StateInsertCard
19
:
public
AbstractState
20
,
public
GenericContextContainer
<PersonalizationContext>
21
{
22
Q_OBJECT
23
friend
class
StateBuilder
;
24
25
private
:
26
explicit
StateInsertCard
(
const
QSharedPointer<WorkflowContext>
&
pContext
);
27
void
run()
override
;
28
29
private
Q_SLOTS
:
30
void
onCardInfoChanged(
const
ReaderInfo
&
pInfo
);
31
void
onStatusChanged(
const
ReaderManagerPluginInfo
&
pInfo
);
32
33
Q_SIGNALS
:
34
void
fireSkipPinChange
();
35
};
36
37
}
// namespace governikus
AbstractState.h
GenericContextContainer.h
PersonalizationContext.h
ReaderManagerPluginInfo.h
governikus::AbstractState
Definition
AbstractState.h:36
governikus::GenericContextContainer
Definition
GenericContextContainer.h:22
governikus::ReaderInfo
Definition
ReaderInfo.h:18
governikus::StateBuilder
Definition
StateBuilder.h:19
governikus::StateInsertCard
Definition
StateInsertCard.h:21
governikus::StateInsertCard::fireSkipPinChange
void fireSkipPinChange()
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
StateInsertCard.h
Erzeugt von
1.10.0