8#ifndef _EncryptedDataEncryptionKey_H_
9#define _EncryptedDataEncryptionKey_H_
12#include "asn_application.h"
15#include "EciesP256EncryptedKey.h"
16#include "constr_CHOICE.h"
23typedef enum EncryptedDataEncryptionKey_PR {
24 EncryptedDataEncryptionKey_PR_NOTHING,
25 EncryptedDataEncryptionKey_PR_eciesNistP256,
26 EncryptedDataEncryptionKey_PR_eciesBrainpoolP256r1
29} EncryptedDataEncryptionKey_PR;
33 EncryptedDataEncryptionKey_PR present;
44 asn_struct_ctx_t _asn_ctx;
48extern asn_TYPE_descriptor_t asn_DEF_EncryptedDataEncryptionKey;
49extern asn_CHOICE_specifics_t asn_SPC_EncryptedDataEncryptionKey_specs_1;
50extern asn_TYPE_member_t asn_MBR_EncryptedDataEncryptionKey_1[2];
51extern asn_per_constraints_t asn_PER_type_EncryptedDataEncryptionKey_constr_1;
58#include "asn_internal.h"