AusweisApp
Lade ...
Suche ...
Keine Treffer
StateRedirectBrowser.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11#include "AbstractState.h"
13#include "context/AuthContext.h"
14
15class test_StateRedirectBrowser;
16
17
18namespace governikus
19{
20
22 : public AbstractState
23 , public GenericContextContainer<AuthContext>
24{
26 friend class StateBuilder;
27 friend class ::test_StateRedirectBrowser;
28
29 private:
31
32 void run() override;
33
34};
35
36} // namespace governikus
Definition AbstractState.h:36
Definition GenericContextContainer.h:22
Definition StateBuilder.h:19
Definition StateRedirectBrowser.h:24
Implementation of GeneralAuthenticate response APDUs.
Definition CommandApdu.h:16
QSharedPointer< T > decodeObject(const QByteArray &pData, bool pLogging=true)
Template function for decoding an OpenSSL type from DER encoded QByteArray.
Definition ASN1TemplateUtil.h:114