-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathAcaRaCertResponse.h
50 lines (40 loc) · 1.35 KB
/
AcaRaCertResponse.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
/*
* Generated by asn1c-0.9.29-DF (http://lionet.info/asn1c)
* From ASN.1 module "Ieee1609Dot2Dot1AcaRaInterface"
* found in "../../asn1/../ttcn/AtsPki/lib/asn1/ieee_1609.2.1/Ieee1609Dot2Dot1AcaRaInterface.asn"
* `asn1c -no-gen-example -pdu=Iso21177AccessControlPdu -pdu=ExtendedAuthPdu -pdu=EnhancedAuthPdu -pdu=SecurityMgmtInfoPdu -pdu=SessionExtensionPdu -pdu=Iso21177AdaptorLayerPdu -pdu=EtsiTs103097Data -pdu=EtsiTs103097Certificate -fcompound-names`
*/
/* Including external dependencies */
#include "Uint8.h"
#include "Time32.h"
#include "HashedId8.h"
#include "AcaResponse.h"
#include <constr_SEQUENCE.h>
#ifndef _AcaRaCertResponse_H_
#define _AcaRaCertResponse_H_
#include <asn_application.h>
#ifdef __cplusplus
extern "C" {
#endif
/* AcaRaCertResponse */
typedef struct AcaRaCertResponse {
Uint8_t version;
Time32_t generationTime;
HashedId8_t requestHash;
AcaResponse_t acaResponse;
/*
* This type is extensible,
* possible extensions are below.
*/
/* Context for parsing across buffer boundaries */
asn_struct_ctx_t _asn_ctx;
} AcaRaCertResponse_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_AcaRaCertResponse;
extern asn_SEQUENCE_specifics_t asn_SPC_AcaRaCertResponse_specs_1;
extern asn_TYPE_member_t asn_MBR_AcaRaCertResponse_1[4];
#ifdef __cplusplus
}
#endif
#endif /* _AcaRaCertResponse_H_ */
#include <asn_internal.h>