AusweisApp
Lade ...
Suche ...
Keine Treffer
StateUpdateSupportInfo.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
10
11#include <QVariant>
12
13
14class test_StateUpdateSupportInfo;
15
16
17namespace governikus
18{
19
21 : public AbstractState
22 , public GenericContextContainer<PersonalizationContext>
23{
25 friend class StateBuilder;
26 friend class ::test_StateUpdateSupportInfo;
27
28 private:
30 void run() override;
31 void handleEidServiceResult(const EidServiceResult& pResult);
32 void handleEidSupportStatus(const EidSupportStatus& pStatus);
33
34 private Q_SLOTS:
35 void onCommandDone(const QVariant& pResult);
36
37 public Q_SLOTS:
38 void onUserCancelled() override;
39
42
43};
44
45} // namespace governikus
Definition AbstractState.h:32
Definition GenericContextContainer.h:15
Definition StateBuilder.h:15
Definition StateUpdateSupportInfo.h:23
void onUserCancelled() override
Definition StateUpdateSupportInfo.cpp:146
EidServiceResult
Definition eid_applet_results.h:92
EidSupportStatus
Definition eid_applet_results.h:58
Defines the AccessRight and AccessRole enum.
Definition CommandApdu.h:17
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition ASN1TemplateUtil.h:112