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