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