AusweisApp2
|
#include "ASN1TemplateUtil.h"
#include "FileRef.h"
#include "SecurityProtocol.h"
#include <QDebug>
#include <QSharedPointer>
#include <openssl/asn1t.h>
gehe zum Quellcode dieser Datei
Namensbereiche | |
governikus | |
Implementation of GeneralAuthenticate response APDUs. | |
Typdefinitionen | |
using | governikus::ApplicationTemplate = struct application_template_st { ASN1_OCTET_STRING *mApplicationIdentifier |
Funktionen | |
governikus::application_template_st (const application_template_st &pCopy) | |
application_template_st & | governikus::operator= (const application_template_st &)=delete |
governikus::~application_template_st () | |
QByteArray | governikus::getAid () const |
QDebug | governikus::operator<< (QDebug pDbg, const QSharedPointer< ApplicationTemplate > &pApplicationTemplate) |
Variablen | |
ASN1_PRINTABLESTRING * | governikus::mApplicationLabel |
ASN1_OCTET_STRING * | governikus::mFileReference |
ASN1_OCTET_STRING * | governikus::mCommandApdu |
ASN1_OCTET_STRING * | governikus::mDiscretionaryData |
ASN1_OCTET_STRING * | governikus::mUniformResourceLocator |