Vanetza
Loading...
Searching...
No Matches
EncryptedDataEncryptionKey.h
1/*
2 * Generated by asn1c
3 * From ASN.1 module "Ieee1609Dot2"
4 * found in "Ieee1609Dot2.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -fprefix=Vanetza_Security_ -R`
6 */
7
8#ifndef _Vanetza_Security_EncryptedDataEncryptionKey_H_
9#define _Vanetza_Security_EncryptedDataEncryptionKey_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
17#include "constr_CHOICE.h"
18
19#ifdef __cplusplus
20extern "C" {
21#endif
22
23/* Dependencies */
24typedef enum Vanetza_Security_EncryptedDataEncryptionKey_PR {
25 Vanetza_Security_EncryptedDataEncryptionKey_PR_NOTHING, /* No components present */
26 Vanetza_Security_EncryptedDataEncryptionKey_PR_eciesNistP256,
27 Vanetza_Security_EncryptedDataEncryptionKey_PR_eciesBrainpoolP256r1,
28 /* Extensions may appear below */
29 Vanetza_Security_EncryptedDataEncryptionKey_PR_ecencSm2256
30} Vanetza_Security_EncryptedDataEncryptionKey_PR;
31
32/* Vanetza_Security_EncryptedDataEncryptionKey */
34 Vanetza_Security_EncryptedDataEncryptionKey_PR present;
36 Vanetza_Security_EciesP256EncryptedKey_t eciesNistP256;
37 Vanetza_Security_EciesP256EncryptedKey_t eciesBrainpoolP256r1;
38 /*
39 * This type is extensible,
40 * possible extensions are below.
41 */
42 Vanetza_Security_EcencP256EncryptedKey_t ecencSm2256;
43 } choice;
44
45 /* Context for parsing across buffer boundaries */
46 asn_struct_ctx_t _asn_ctx;
47} Vanetza_Security_EncryptedDataEncryptionKey_t;
48
49/* Implementation */
50extern asn_TYPE_descriptor_t asn_DEF_Vanetza_Security_EncryptedDataEncryptionKey;
51extern asn_CHOICE_specifics_t asn_SPC_Vanetza_Security_EncryptedDataEncryptionKey_specs_1;
52extern asn_TYPE_member_t asn_MBR_Vanetza_Security_EncryptedDataEncryptionKey_1[3];
53extern asn_oer_constraints_t asn_OER_type_Vanetza_Security_EncryptedDataEncryptionKey_constr_1;
54extern asn_per_constraints_t asn_PER_type_Vanetza_Security_EncryptedDataEncryptionKey_constr_1;
55
56#ifdef __cplusplus
57}
58#endif
59
60#endif /* _Vanetza_Security_EncryptedDataEncryptionKey_H_ */
61#include "asn_internal.h"