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