AusweisApp
Lade ...
Suche ...
Keine Treffer
StatePreVerification.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
#include <QDateTime>
12
13
14
namespace
governikus
15
{
16
17
class
StatePreVerification
18
:
public
AbstractState
19
,
public
GenericContextContainer
<AuthContext>
20
{
21
Q_OBJECT
22
friend
class
StateBuilder
;
23
friend
class ::test_StatePreVerification;
24
25
private
:
26
const
QList<QSharedPointer<const CVCertificate>> mTrustedCvcas;
27
const
QDateTime
mValidationDateTime;
28
29
explicit
StatePreVerification
(
const
QSharedPointer<WorkflowContext>
&
pContext
);
30
void
run()
override
;
31
32
bool
isValid(
const
QList<
QSharedPointer<const CVCertificate>
>&
pCertificates
)
const
;
33
void
saveCvcaLinkCertificates(
const
QList<
QSharedPointer<const CVCertificate>
>&
pCertificates
)
const
;
34
};
35
36
}
// 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::StatePreVerification
Definition
StatePreVerification.h:20
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
StatePreVerification.h
Erzeugt von
1.10.0