Vanetza
 
Loading...
Searching...
No Matches
RecipientInfo.h
1/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "IEEE1609dot2"
4 * found in "asn1/IEEE1609dot2.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -R`
6 */
7
8#ifndef _RecipientInfo_H_
9#define _RecipientInfo_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "PreSharedKeyRecipientInfo.h"
16#include "SymmRecipientInfo.h"
17#include "PKRecipientInfo.h"
18#include "constr_CHOICE.h"
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24/* Dependencies */
25typedef enum RecipientInfo_PR {
26 RecipientInfo_PR_NOTHING, /* No components present */
27 RecipientInfo_PR_pskRecipInfo,
28 RecipientInfo_PR_symmRecipInfo,
29 RecipientInfo_PR_certRecipInfo,
30 RecipientInfo_PR_signedDataRecipInfo,
31 RecipientInfo_PR_rekRecipInfo
32} RecipientInfo_PR;
33
34/* RecipientInfo */
35typedef struct RecipientInfo {
36 RecipientInfo_PR present;
38 PreSharedKeyRecipientInfo_t pskRecipInfo;
39 SymmRecipientInfo_t symmRecipInfo;
40 PKRecipientInfo_t certRecipInfo;
41 PKRecipientInfo_t signedDataRecipInfo;
42 PKRecipientInfo_t rekRecipInfo;
43 } choice;
44
45 /* Context for parsing across buffer boundaries */
46 asn_struct_ctx_t _asn_ctx;
48
49/* Implementation */
50extern asn_TYPE_descriptor_t asn_DEF_RecipientInfo;
51extern asn_CHOICE_specifics_t asn_SPC_RecipientInfo_specs_1;
52extern asn_TYPE_member_t asn_MBR_RecipientInfo_1[5];
53extern asn_per_constraints_t asn_PER_type_RecipientInfo_constr_1;
54
55#ifdef __cplusplus
56}
57#endif
58
59#endif /* _RecipientInfo_H_ */
60#include "asn_internal.h"