AusweisApp2
MsgHandlerCertificate.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
9 #include "MsgContext.h"
10 #include "MsgHandler.h"
11 
12 namespace governikus
13 {
14 
16  : public MsgHandler
17 {
18  public:
19  explicit MsgHandlerCertificate(const MsgContext& pContext);
20 };
21 
22 
23 } // namespace governikus
MsgHandlerCertificate.h
AuthContext.h
MsgContext.h
governikus::AuthContext
Definition: AuthContext.h:49
governikus::MsgHandlerCertificate
Definition: MsgHandlerCertificate.h:17
governikus::MsgContext
Definition: MsgContext.h:16
governikus::MsgContext::getContext
QSharedPointer< const T > getContext() const
Definition: MsgContext.h:35
governikus
Implementation of ActivationContext for Intent based activation on Android systems.
Definition: ActivationContext.h:15
governikus::MsgHandlerCertificate::MsgHandlerCertificate
MsgHandlerCertificate(const MsgContext &pContext)
Definition: MsgHandlerCertificate.cpp:11
governikus::CVCertificateBody
struct certificateprofilebody_st { ASN1_OCTET_STRING *mCertificateProfileIdentifier CVCertificateBody
Definition: CVCertificateBody.h:45
governikus::MsgHandler
Definition: MsgHandler.h:17
governikus::MsgHandler::mJsonObject
QJsonObject mJsonObject
Definition: MsgHandler.h:25
MsgHandler.h
governikus::CERTIFICATE
CERTIFICATE
Definition: MsgTypes.h:27