AusweisApp
Lade ...
Suche ...
Keine Treffer
StatePrepareChangePinIfd.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
namespace
governikus
14
{
15
16
class
StatePrepareChangePinIfd
17
:
public
AbstractState
18
,
public
GenericContextContainer
<IfdServiceContext>
19
{
20
Q_OBJECT
21
friend
class
StateBuilder
;
22
23
private
:
24
explicit
StatePrepareChangePinIfd
(
const
QSharedPointer<WorkflowContext>
&
pContext
);
25
void
run()
override
;
26
27
Q_SIGNALS
:
28
void
fireEnterNewPacePin
();
29
};
30
31
}
// 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::StatePrepareChangePinIfd
Definition
StatePrepareChangePinIfd.h:19
governikus::StatePrepareChangePinIfd::fireEnterNewPacePin
void fireEnterNewPacePin()
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
StatePrepareChangePinIfd.h
Erzeugt von
1.10.0