Vanetza
 
Loading...
Searching...
No Matches
SignedData.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 _SignedData_H_
9#define _SignedData_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "HashAlgorithm.h"
16#include "SignerIdentifier.h"
17#include "Signature.h"
18#include "constr_SEQUENCE.h"
19
20#ifdef __cplusplus
21extern "C" {
22#endif
23
24/* Forward declarations */
25struct ToBeSignedData;
26
27/* SignedData */
28typedef struct SignedData {
29 HashAlgorithm_t hashId;
30 struct ToBeSignedData *tbsData;
31 SignerIdentifier_t signer;
32 Signature_t signature;
33
34 /* Context for parsing across buffer boundaries */
35 asn_struct_ctx_t _asn_ctx;
37
38/* Implementation */
39extern asn_TYPE_descriptor_t asn_DEF_SignedData;
40extern asn_SEQUENCE_specifics_t asn_SPC_SignedData_specs_1;
41extern asn_TYPE_member_t asn_MBR_SignedData_1[4];
42
43#ifdef __cplusplus
44}
45#endif
46
47/* Referred external types */
48#include "ToBeSignedData.h"
49
50#endif /* _SignedData_H_ */
51#include "asn_internal.h"