AusweisApp
Lade ...
Suche ...
Keine Treffer
StateActivateStoreFeedbackDialog.h
gehe zur Dokumentation dieser Datei
1
5/*
6 * \brief Activates store the feedback dialog after a successful
7 * authentication.
8 */
9
10#pragma once
11
12#include "AbstractState.h"
14#include "context/AuthContext.h"
15
16
17namespace governikus
18{
19
21 : public AbstractState
22 , public GenericContextContainer<AuthContext>
23{
25 friend class StateBuilder;
26
27 private:
29 void run() override;
30};
31
32} // namespace governikus
Definition AbstractState.h:36
Definition GenericContextContainer.h:22
Definition StateActivateStoreFeedbackDialog.h:23
Definition StateBuilder.h:19
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