8#ifndef _BasePublicEncryptionKey_H_
9#define _BasePublicEncryptionKey_H_
12#include "asn_application.h"
15#include "EccP256CurvePoint.h"
16#include "constr_CHOICE.h"
23typedef enum BasePublicEncryptionKey_PR {
24 BasePublicEncryptionKey_PR_NOTHING,
25 BasePublicEncryptionKey_PR_eciesNistP256,
26 BasePublicEncryptionKey_PR_eciesBrainpoolP256r1
29} BasePublicEncryptionKey_PR;
33 BasePublicEncryptionKey_PR present;
44 asn_struct_ctx_t _asn_ctx;
48extern asn_TYPE_descriptor_t asn_DEF_BasePublicEncryptionKey;
49extern asn_CHOICE_specifics_t asn_SPC_BasePublicEncryptionKey_specs_1;
50extern asn_TYPE_member_t asn_MBR_BasePublicEncryptionKey_1[2];
51extern asn_per_constraints_t asn_PER_type_BasePublicEncryptionKey_constr_1;
58#include "asn_internal.h"