AusweisApp
Lade ...
Suche ...
Keine Treffer
MsgHandlerCertificate.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7#include "MsgContext.h"
8#include "MsgHandler.h"
9
10namespace governikus
11{
12
14 : public MsgHandler
15{
16 public:
18};
19
20
21} // namespace governikus
Definition MsgContext.h:15
Definition MsgHandlerCertificate.h:15
MsgHandlerCertificate(const MsgContext &pContext)
Definition MsgHandlerCertificate.cpp:11
Definition MsgHandler.h:16
Defines the AccessRight and AccessRole enum.
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:112