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