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