8#ifndef _CertificateType_H_
9#define _CertificateType_H_
12#include "asn_application.h"
15#include "NativeEnumerated.h"
22typedef enum CertificateType {
23 CertificateType_explicit = 0,
24 CertificateType_implicit = 1
31typedef long CertificateType_t;
34extern asn_per_constraints_t asn_PER_type_CertificateType_constr_1;
35extern asn_TYPE_descriptor_t asn_DEF_CertificateType;
36extern const asn_INTEGER_specifics_t asn_SPC_CertificateType_specs_1;
37asn_struct_free_f CertificateType_free;
38asn_struct_print_f CertificateType_print;
39asn_constr_check_f CertificateType_constraint;
40ber_type_decoder_f CertificateType_decode_ber;
41der_type_encoder_f CertificateType_encode_der;
42xer_type_decoder_f CertificateType_decode_xer;
43xer_type_encoder_f CertificateType_encode_xer;
44jer_type_encoder_f CertificateType_encode_jer;
45oer_type_decoder_f CertificateType_decode_oer;
46oer_type_encoder_f CertificateType_encode_oer;
47per_type_decoder_f CertificateType_decode_uper;
48per_type_encoder_f CertificateType_encode_uper;
49per_type_decoder_f CertificateType_decode_aper;
50per_type_encoder_f CertificateType_encode_aper;
57#include "asn_internal.h"