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
15
16class test_StateRedirectBrowser;
17
18
19namespace governikus
20{
21
23 : public AbstractState
24 , public GenericContextContainer<AuthContext>
25{
27 friend class StateBuilder;
28 friend class ::test_StateRedirectBrowser;
29
30 private:
32
33 void run() override;
34
35 static QUrl addMajorMinor(const QUrl& pUrl, const GlobalStatus& pStatus);
36};
37
38} // namespace governikus
Definition AbstractState.h:36
Definition GenericContextContainer.h:22
Definition GlobalStatus.h:22
Definition StateBuilder.h:19
Definition StateRedirectBrowser.h:25
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