lpac/euicc/asn1c/asn1/DistinguishedName.h
2023-09-21 12:15:29 +08:00

43 lines
1.2 KiB
C

/*
* Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
* From ASN.1 module "PKIX1Explicit88"
* found in "../../../asn1/PKIXExplicit88.asn"
* `asn1c -fwide-types -fcompound-names -fincludes-quoted -no-gen-example`
*/
#ifndef _DistinguishedName_H_
#define _DistinguishedName_H_
#include "asn_application.h"
/* Including external dependencies */
#include "RDNSequence.h"
#ifdef __cplusplus
extern "C" {
#endif
/* DistinguishedName */
typedef RDNSequence_t DistinguishedName_t;
/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_DistinguishedName;
asn_struct_free_f DistinguishedName_free;
asn_struct_print_f DistinguishedName_print;
asn_constr_check_f DistinguishedName_constraint;
ber_type_decoder_f DistinguishedName_decode_ber;
der_type_encoder_f DistinguishedName_encode_der;
xer_type_decoder_f DistinguishedName_decode_xer;
xer_type_encoder_f DistinguishedName_encode_xer;
oer_type_decoder_f DistinguishedName_decode_oer;
oer_type_encoder_f DistinguishedName_encode_oer;
per_type_decoder_f DistinguishedName_decode_uper;
per_type_encoder_f DistinguishedName_encode_uper;
#ifdef __cplusplus
}
#endif
#endif /* _DistinguishedName_H_ */
#include "asn_internal.h"