AusweisApp
Lade ...
Suche ...
Keine Treffer
SecureMessagingTypes.h
gehe zur Dokumentation dieser Datei
1
5#pragma once
6
7
9
10
11namespace governikus
12{
13
19 : public ASN1_OCTET_STRING {};
21
22
23
28 : public ASN1_OCTET_STRING {};
30
31
32
37 : public ASN1_OCTET_STRING {};
39
40
41
46 : public ASN1_OCTET_STRING {};
48
49
50} // namespace governikus
#define DECLARE_ASN1_OBJECT(name)
Definition ASN1TemplateUtil.h:175
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
Message part of the Secure Messaging command/response APDU containing the cryptographic checksum.
Definition SecureMessagingTypes.h:46
Message part of the Secure Messaging command/response APDU containing the encrypted data.
Definition SecureMessagingTypes.h:19
Message part of the Secure Messaging response APDU containing the processing status.
Definition SecureMessagingTypes.h:37
Message part of the Secure Messaging command APDU containing the expected length.
Definition SecureMessagingTypes.h:28