8#ifndef _EncryptionKey_H_
9#define _EncryptionKey_H_
12#include "asn_application.h"
15#include "PublicEncryptionKey.h"
16#include "SymmetricEncryptionKey.h"
17#include "constr_CHOICE.h"
24typedef enum EncryptionKey_PR {
25 EncryptionKey_PR_NOTHING,
26 EncryptionKey_PR_public,
27 EncryptionKey_PR_symmetric
32 EncryptionKey_PR present;
39 asn_struct_ctx_t _asn_ctx;
43extern asn_TYPE_descriptor_t asn_DEF_EncryptionKey;
44extern asn_CHOICE_specifics_t asn_SPC_EncryptionKey_specs_1;
45extern asn_TYPE_member_t asn_MBR_EncryptionKey_1[2];
46extern asn_per_constraints_t asn_PER_type_EncryptionKey_constr_1;
53#include "asn_internal.h"