/* * 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` */ #include "AccessDescription.h" asn_TYPE_member_t asn_MBR_AccessDescription_1[] = { { ATF_NOFLAGS, 0, offsetof(struct AccessDescription, accessMethod), (ASN_TAG_CLASS_UNIVERSAL | (6 << 2)), 0, &asn_DEF_OBJECT_IDENTIFIER, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "accessMethod" }, { ATF_NOFLAGS, 0, offsetof(struct AccessDescription, accessLocation), -1 /* Ambiguous tag (CHOICE?) */, 0, &asn_DEF_GeneralName, 0, { 0, 0, 0 }, 0, 0, /* No default value */ "accessLocation" }, }; static const ber_tlv_tag_t asn_DEF_AccessDescription_tags_1[] = { (ASN_TAG_CLASS_UNIVERSAL | (16 << 2)) }; static const asn_TYPE_tag2member_t asn_MAP_AccessDescription_tag2el_1[] = { { (ASN_TAG_CLASS_UNIVERSAL | (6 << 2)), 0, 0, 0 }, /* accessMethod */ { (ASN_TAG_CLASS_CONTEXT | (0 << 2)), 1, 0, 0 }, /* otherName */ { (ASN_TAG_CLASS_CONTEXT | (1 << 2)), 1, 0, 0 }, /* rfc822Name */ { (ASN_TAG_CLASS_CONTEXT | (2 << 2)), 1, 0, 0 }, /* dNSName */ { (ASN_TAG_CLASS_CONTEXT | (3 << 2)), 1, 0, 0 }, /* x400Address */ { (ASN_TAG_CLASS_CONTEXT | (4 << 2)), 1, 0, 0 }, /* directoryName */ { (ASN_TAG_CLASS_CONTEXT | (5 << 2)), 1, 0, 0 }, /* ediPartyName */ { (ASN_TAG_CLASS_CONTEXT | (6 << 2)), 1, 0, 0 }, /* uniformResourceIdentifier */ { (ASN_TAG_CLASS_CONTEXT | (7 << 2)), 1, 0, 0 }, /* iPAddress */ { (ASN_TAG_CLASS_CONTEXT | (8 << 2)), 1, 0, 0 } /* registeredID */ }; asn_SEQUENCE_specifics_t asn_SPC_AccessDescription_specs_1 = { sizeof(struct AccessDescription), offsetof(struct AccessDescription, _asn_ctx), asn_MAP_AccessDescription_tag2el_1, 10, /* Count of tags in the map */ 0, 0, 0, /* Optional elements (not needed) */ -1, /* First extension addition */ }; asn_TYPE_descriptor_t asn_DEF_AccessDescription = { "AccessDescription", "AccessDescription", &asn_OP_SEQUENCE, asn_DEF_AccessDescription_tags_1, sizeof(asn_DEF_AccessDescription_tags_1) /sizeof(asn_DEF_AccessDescription_tags_1[0]), /* 1 */ asn_DEF_AccessDescription_tags_1, /* Same as above */ sizeof(asn_DEF_AccessDescription_tags_1) /sizeof(asn_DEF_AccessDescription_tags_1[0]), /* 1 */ { 0, 0, SEQUENCE_constraint }, asn_MBR_AccessDescription_1, 2, /* Elements count */ &asn_SPC_AccessDescription_specs_1 /* Additional specs */ };