Vanetza
 
Loading...
Searching...
No Matches
CertificateBase.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 _CertificateBase_H_
9#define _CertificateBase_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "Uint8.h"
16#include "CertificateType.h"
17#include "IssuerIdentifier.h"
18#include "ToBeSignedCertificate.h"
19#include "constr_SEQUENCE.h"
20
21#ifdef __cplusplus
22extern "C" {
23#endif
24
25/* Forward declarations */
26struct Signature;
27
28/* CertificateBase */
29typedef struct CertificateBase {
30 Uint8_t version;
31 CertificateType_t type;
32 IssuerIdentifier_t issuer;
33 ToBeSignedCertificate_t toBeSigned;
34 struct Signature *signature; /* OPTIONAL */
35
36 /* Context for parsing across buffer boundaries */
37 asn_struct_ctx_t _asn_ctx;
39
40/* Implementation */
41extern asn_TYPE_descriptor_t asn_DEF_CertificateBase;
42extern asn_SEQUENCE_specifics_t asn_SPC_CertificateBase_specs_1;
43extern asn_TYPE_member_t asn_MBR_CertificateBase_1[5];
44
45#ifdef __cplusplus
46}
47#endif
48
49/* Referred external types */
50#include "Signature.h"
51
52#endif /* _CertificateBase_H_ */
53#include "asn_internal.h"