AusweisApp
Lade ...
Suche ...
Keine Treffer
DestroyPaceChannelBuilder.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11#include "apdu/CommandApdu.h"
12
13#include <QByteArray>
14
15
16namespace governikus
17{
18
32
33
34} // namespace governikus
Definition DestroyPaceChannelBuilder.h:20
CommandApdu createASN1StructCcid() const
Definition DestroyPaceChannelBuilder.cpp:28
QByteArray createASN1Struct() const
Definition DestroyPaceChannelBuilder.cpp:15
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