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