AusweisApp
Lade ...
Suche ...
Keine Treffer
SecureMessagingTypes.h
gehe zur Dokumentation dieser Datei
1
9#pragma once
10
11
13
14
15namespace governikus
16{
17
23 : public ASN1_OCTET_STRING {};
25
26
27
32 : public ASN1_OCTET_STRING {};
34
35
36
41 : public ASN1_OCTET_STRING {};
43
44
45
50 : public ASN1_OCTET_STRING {};
52
53
54} // namespace governikus
#define DECLARE_ASN1_OBJECT(name)
Definition ASN1TemplateUtil.h:177
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
Message part of the Secure Messaging command/response APDU containing the cryptographic checksum.
Definition SecureMessagingTypes.h:50
Message part of the Secure Messaging command/response APDU containing the encrypted data.
Definition SecureMessagingTypes.h:23
Message part of the Secure Messaging response APDU containing the processing status.
Definition SecureMessagingTypes.h:41
Message part of the Secure Messaging command APDU containing the expected length.
Definition SecureMessagingTypes.h:32