AusweisApp
Lade ...
Suche ...
Keine Treffer
StateEnterPacePassword.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7#include "AbstractState.h"
10
11class test_StateEnterPacePassword;
12
13namespace governikus
14{
15
17 : public AbstractState
18 , public GenericContextContainer<WorkflowContext>
19{
21 friend class StateBuilder;
22 friend class ::test_StateEnterPacePassword;
23
24 private:
26 void run() override;
27
28 public:
29 void onEntry(QEvent* pEvent) override;
30};
31
32} // namespace governikus
Definition AbstractState.h:36
Definition GenericContextContainer.h:22
Definition StateBuilder.h:19
Definition StateEnterPacePassword.h:19
void onEntry(QEvent *pEvent) override
Definition StateEnterPacePassword.cpp:28
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