AusweisApp
Lade ...
Suche ...
Keine Treffer
StateInstallApplet.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
10
11#include <QVariant>
12
13
14class test_StateInstallApplet;
15
16
17namespace governikus
18{
19
21 : public AbstractState
22 , public GenericContextContainer<PersonalizationContext>
23{
25 friend class StateBuilder;
26 friend class ::test_StateInstallApplet;
27
28 private:
30 void run() override;
31 void handleEidServiceResult(const EidServiceResult& pResult);
32
33 private Q_SLOTS:
34 void onCommandDone(const QVariant& pResult);
35
36 public Q_SLOTS:
37 void onUserCancelled() override;
38
39};
40
41} // namespace governikus
Definition AbstractState.h:32
Definition GenericContextContainer.h:15
Definition StateBuilder.h:15
Definition StateInstallApplet.h:23
void onUserCancelled() override
Definition StateInstallApplet.cpp:126
EidServiceResult
Definition eid_applet_results.h:92
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