AusweisApp2
SecureMessagingTypes.h
gehe zur Dokumentation dieser Datei
1 
7 #pragma once
8 
9 
10 #include "asn1/ASN1TemplateUtil.h"
11 
12 
13 namespace governikus
14 {
15 
21  : public ASN1_OCTET_STRING {};
23 
24 
25 
30  : public ASN1_OCTET_STRING {};
32 
33 
34 
39  : public ASN1_OCTET_STRING {};
41 
42 
43 
48  : public ASN1_OCTET_STRING {};
50 
51 
52 } // namespace governikus
#define DECLARE_ASN1_OBJECT(name)
Definition: ASN1TemplateUtil.h:169
A simple template renderer.
Definition: ActivationContext.h:15
Message part of the Secure Messaging command/response APDU containing the cryptographic checksum.
Definition: SecureMessagingTypes.h:48
Message part of the Secure Messaging command/response APDU containing the encrypted data.
Definition: SecureMessagingTypes.h:21
Message part of the Secure Messaging response APDU containing the processing status.
Definition: SecureMessagingTypes.h:39
Message part of the Secure Messaging command APDU containing the expected length.
Definition: SecureMessagingTypes.h:30