AusweisApp
 
Lade ...
Suche ...
Keine Treffer
StateCheckCertificates.h
gehe zur Dokumentation dieser Datei
1
4
10
11#pragma once
12
13#include "AbstractState.h"
15#include "context/AuthContext.h"
16
17namespace governikus
18{
19
20class 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(const QSharedPointer< WorkflowContext > &pContext)
Definition AbstractState.cpp:22
GenericContextContainer(const QSharedPointer< WorkflowContext > &pContext)
Definition GenericContextContainer.h:27
friend class StateBuilder
Definition StateCheckCertificates.h:25
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:17