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