Vanetza
 
Loading...
Searching...
No Matches
CrlEntry.h
1/*
2 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
3 * From ASN.1 module "EtsiTs102941TrustLists"
4 * found in "asn1/TS102941v131-TrustLists.asn"
5 * `asn1c -fcompound-names -fincludes-quoted -no-gen-example -R`
6 */
7
8#ifndef _CrlEntry_H_
9#define _CrlEntry_H_
10
11
12#include "asn_application.h"
13
14/* Including external dependencies */
15#include "HashedId8.h"
16
17#ifdef __cplusplus
18extern "C" {
19#endif
20
21/* CrlEntry */
22typedef HashedId8_t CrlEntry_t;
23
24/* Implementation */
25extern asn_per_constraints_t asn_PER_type_CrlEntry_constr_1;
26extern asn_TYPE_descriptor_t asn_DEF_CrlEntry;
27asn_struct_free_f CrlEntry_free;
28asn_struct_print_f CrlEntry_print;
29asn_constr_check_f CrlEntry_constraint;
30ber_type_decoder_f CrlEntry_decode_ber;
31der_type_encoder_f CrlEntry_encode_der;
32xer_type_decoder_f CrlEntry_decode_xer;
33xer_type_encoder_f CrlEntry_encode_xer;
34jer_type_encoder_f CrlEntry_encode_jer;
35oer_type_decoder_f CrlEntry_decode_oer;
36oer_type_encoder_f CrlEntry_encode_oer;
37per_type_decoder_f CrlEntry_decode_uper;
38per_type_encoder_f CrlEntry_encode_uper;
39per_type_decoder_f CrlEntry_decode_aper;
40per_type_encoder_f CrlEntry_encode_aper;
41
42#ifdef __cplusplus
43}
44#endif
45
46#endif /* _CrlEntry_H_ */
47#include "asn_internal.h"