AusweisApp
Lade ...
Suche ...
Keine Treffer
MsgHandlerEnterNewPin.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7#include "MsgContext.h"
9
10namespace governikus
11{
12
15{
16 public:
19};
20
21
22} // namespace governikus
Definition MsgContext.h:15
Definition MsgHandlerEnterNewPin.h:15
MsgHandlerEnterNewPin(const MsgContext &pContext)
Definition MsgHandlerEnterNewPin.cpp:14
Definition MsgHandlerEnterNumber.h:19
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