8#ifndef _VerificationKeyIndicator_H_
9#define _VerificationKeyIndicator_H_
12#include "asn_application.h"
15#include "PublicVerificationKey.h"
16#include "EccP256CurvePoint.h"
17#include "constr_CHOICE.h"
24typedef enum VerificationKeyIndicator_PR {
25 VerificationKeyIndicator_PR_NOTHING,
26 VerificationKeyIndicator_PR_verificationKey,
27 VerificationKeyIndicator_PR_reconstructionValue
30} VerificationKeyIndicator_PR;
34 VerificationKeyIndicator_PR present;
45 asn_struct_ctx_t _asn_ctx;
49extern asn_TYPE_descriptor_t asn_DEF_VerificationKeyIndicator;
50extern asn_CHOICE_specifics_t asn_SPC_VerificationKeyIndicator_specs_1;
51extern asn_TYPE_member_t asn_MBR_VerificationKeyIndicator_1[2];
52extern asn_per_constraints_t asn_PER_type_VerificationKeyIndicator_constr_1;
59#include "asn_internal.h"