8#ifndef _SymmetricCiphertext_H_
9#define _SymmetricCiphertext_H_
12#include "asn_application.h"
15#include "AesCcmCiphertext.h"
16#include "constr_CHOICE.h"
23typedef enum SymmetricCiphertext_PR {
24 SymmetricCiphertext_PR_NOTHING,
25 SymmetricCiphertext_PR_aes128ccm
28} SymmetricCiphertext_PR;
32 SymmetricCiphertext_PR present;
42 asn_struct_ctx_t _asn_ctx;
46extern asn_TYPE_descriptor_t asn_DEF_SymmetricCiphertext;
47extern asn_CHOICE_specifics_t asn_SPC_SymmetricCiphertext_specs_1;
48extern asn_TYPE_member_t asn_MBR_SymmetricCiphertext_1[1];
49extern asn_per_constraints_t asn_PER_type_SymmetricCiphertext_constr_1;
56#include "asn_internal.h"