/* * Generated by asn1c-0.9.29 (http://lionet.info/asn1c) * From ASN.1 module "PKIX1Implicit88" * found in "../../../asn1/PKIX1Implicit88.asn" * `asn1c -fcompound-names -no-gen-example` */ #ifndef _GeneralName_H_ #define _GeneralName_H_ #include /* Including external dependencies */ #include "AnotherName.h" #include #include "ORAddress.h" #include "Name.h" #include "EDIPartyName.h" #include #include #include #ifdef __cplusplus extern "C" { #endif /* Dependencies */ typedef enum GeneralName_PR { GeneralName_PR_NOTHING, /* No components present */ GeneralName_PR_otherName, GeneralName_PR_rfc822Name, GeneralName_PR_dNSName, GeneralName_PR_x400Address, GeneralName_PR_directoryName, GeneralName_PR_ediPartyName, GeneralName_PR_uniformResourceIdentifier, GeneralName_PR_iPAddress, GeneralName_PR_registeredID } GeneralName_PR; /* GeneralName */ typedef struct GeneralName { GeneralName_PR present; union GeneralName_u { AnotherName_t otherName; IA5String_t rfc822Name; IA5String_t dNSName; ORAddress_t x400Address; Name_t directoryName; EDIPartyName_t ediPartyName; IA5String_t uniformResourceIdentifier; OCTET_STRING_t iPAddress; OBJECT_IDENTIFIER_t registeredID; } choice; /* Context for parsing across buffer boundaries */ asn_struct_ctx_t _asn_ctx; } GeneralName_t; /* Implementation */ extern asn_TYPE_descriptor_t asn_DEF_GeneralName; extern asn_CHOICE_specifics_t asn_SPC_GeneralName_specs_1; extern asn_TYPE_member_t asn_MBR_GeneralName_1[9]; extern asn_per_constraints_t asn_PER_type_GeneralName_constr_1; #ifdef __cplusplus } #endif #endif /* _GeneralName_H_ */ #include