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