AusweisApp
Lade ...
Suche ...
Keine Treffer
MsgHandlerAuth.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11#include "MsgHandlerWorkflows.h"
12#include "context/AuthContext.h"
13#include "messages/MsgContext.h"
14
15namespace governikus
16{
17
19 : public MsgHandlerWorkflows
20{
21 private:
22 QUrl createUrl(const QString& pUrl);
23 void initAuth(const QUrl& pTcTokenUrl) const;
24
25 public:
29};
30
31
32} // namespace governikus
Definition MsgContext.h:19
Definition MsgHandlerAuth.h:20
MsgHandlerAuth()
Definition MsgHandlerAuth.cpp:17
Definition MsgHandlerWorkflows.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