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