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