Vanetza
 
Loading...
Searching...
No Matches
SignerIdentifier.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 _SignerIdentifier_H_
9#define _SignerIdentifier_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "HashedId8.h"
16#include "SequenceOfCertificate.h"
17#include "NULL.h"
18#include "constr_CHOICE.h"
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24/* Dependencies */
25typedef enum SignerIdentifier_PR {
26 SignerIdentifier_PR_NOTHING, /* No components present */
27 SignerIdentifier_PR_digest,
28 SignerIdentifier_PR_certificate,
29 SignerIdentifier_PR_self
30 /* Extensions may appear below */
31
32} SignerIdentifier_PR;
33
34/* SignerIdentifier */
35typedef struct SignerIdentifier {
36 SignerIdentifier_PR present;
38 HashedId8_t digest;
39 SequenceOfCertificate_t certificate;
40 NULL_t self;
41 /*
42 * This type is extensible,
43 * possible extensions are below.
44 */
45 } choice;
46
47 /* Context for parsing across buffer boundaries */
48 asn_struct_ctx_t _asn_ctx;
50
51/* Implementation */
52extern asn_TYPE_descriptor_t asn_DEF_SignerIdentifier;
53extern asn_CHOICE_specifics_t asn_SPC_SignerIdentifier_specs_1;
54extern asn_TYPE_member_t asn_MBR_SignerIdentifier_1[3];
55extern asn_per_constraints_t asn_PER_type_SignerIdentifier_constr_1;
56
57#ifdef __cplusplus
58}
59#endif
60
61#endif /* _SignerIdentifier_H_ */
62#include "asn_internal.h"