AusweisApp
Lade ...
Suche ...
Keine Treffer
StateInsertCard.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
11
12#include <QSharedPointer>
13
14
15namespace governikus
16{
17
19 : public AbstractState
20 , public GenericContextContainer<PersonalizationContext>
21{
23 friend class StateBuilder;
24
25 private:
27 void run() override;
28
29 private Q_SLOTS:
30 void onCardInfoChanged(const ReaderInfo& pInfo);
31 void onStatusChanged(const ReaderManagerPluginInfo& pInfo);
32
35};
36
37} // namespace governikus
Definition AbstractState.h:36
Definition GenericContextContainer.h:22
Definition ReaderInfo.h:18
Definition StateBuilder.h:19
Definition StateInsertCard.h:21
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