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