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