AusweisApp
Lade ...
Suche ...
Keine Treffer
StateConnectCard.h
gehe zur Dokumentation dieser Datei
1
5
#pragma once
6
7
#include "
AbstractState.h
"
8
#include "
GenericContextContainer.h
"
9
#include "
command/CreateCardConnectionCommand.h
"
10
11
class
test_StateConnectCard;
12
13
namespace
governikus
14
{
15
16
class
StateConnectCard
17
:
public
AbstractState
18
,
public
GenericContextContainer
<WorkflowContext>
19
{
20
Q_OBJECT
21
friend
class
StateBuilder
;
22
friend
class ::test_StateConnectCard;
23
24
private
:
25
explicit
StateConnectCard
(
const
QSharedPointer<WorkflowContext>
&
pContext
);
26
void
run()
override
;
27
28
private
Q_SLOTS
:
29
void
onCardInserted();
30
void
onCommandDone(
QSharedPointer<CreateCardConnectionCommand>
pCommand
);
31
void
onUnusableCardConnectionLost(
const
ReaderInfo
&
pInfo
);
32
33
public
:
34
void
onEntry
(
QEvent
*
pEvent
)
override
;
35
36
Q_SIGNALS
:
37
void
fireRetry
();
38
39
};
40
41
}
// namespace governikus
AbstractState.h
CreateCardConnectionCommand.h
GenericContextContainer.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::StateConnectCard
Definition
StateConnectCard.h:19
governikus::StateConnectCard::fireRetry
void fireRetry()
governikus::StateConnectCard::onEntry
void onEntry(QEvent *pEvent) override
Definition
StateConnectCard.cpp:112
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
base
states
StateConnectCard.h
Erzeugt von
1.10.0