AusweisApp
Lade ...
Suche ...
Keine Treffer
StateDeleteApplet.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
14
15#include <QVariant>
16
17
18class test_StateDeleteApplet;
19
20
21namespace governikus
22{
23
25 : public AbstractState
26 , public GenericContextContainer<PersonalizationContext>
27{
29 friend class StateBuilder;
30 friend class ::test_StateDeleteApplet;
31
32 private:
34 void run() override;
35 void handleEidServiceResult(const EidServiceResult& pResult);
36
37 private Q_SLOTS:
38 void onCommandDone(const QVariant& pResult);
39
40 public Q_SLOTS:
41 void onUserCancelled() override;
42
43};
44
45} // namespace governikus
Definition AbstractState.h:36
Definition GenericContextContainer.h:22
Definition StateBuilder.h:19
Definition StateDeleteApplet.h:27
void onUserCancelled() override
Definition StateDeleteApplet.cpp:125
EidServiceResult
Definition eid_applet_results.h:92
Implementation of GeneralAuthenticate response APDUs.
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:114