8#ifndef _AuthorizationResponseCode_H_
9#define _AuthorizationResponseCode_H_
12#include "asn_application.h"
15#include "NativeEnumerated.h"
22typedef enum AuthorizationResponseCode {
23 AuthorizationResponseCode_ok = 0,
24 AuthorizationResponseCode_its_aa_cantparse = 1,
25 AuthorizationResponseCode_its_aa_badcontenttype = 2,
26 AuthorizationResponseCode_its_aa_imnottherecipient = 3,
27 AuthorizationResponseCode_its_aa_unknownencryptionalgorithm = 4,
28 AuthorizationResponseCode_its_aa_decryptionfailed = 5,
29 AuthorizationResponseCode_its_aa_keysdontmatch = 6,
30 AuthorizationResponseCode_its_aa_incompleterequest = 7,
31 AuthorizationResponseCode_its_aa_invalidencryptionkey = 8,
32 AuthorizationResponseCode_its_aa_outofsyncrequest = 9,
33 AuthorizationResponseCode_its_aa_unknownea = 10,
34 AuthorizationResponseCode_its_aa_invalidea = 11,
35 AuthorizationResponseCode_its_aa_deniedpermissions = 12,
36 AuthorizationResponseCode_aa_ea_cantreachea = 13,
37 AuthorizationResponseCode_ea_aa_cantparse = 14,
38 AuthorizationResponseCode_ea_aa_badcontenttype = 15,
39 AuthorizationResponseCode_ea_aa_imnottherecipient = 16,
40 AuthorizationResponseCode_ea_aa_unknownencryptionalgorithm = 17,
41 AuthorizationResponseCode_ea_aa_decryptionfailed = 18,
42 AuthorizationResponseCode_invalidaa = 19,
43 AuthorizationResponseCode_invalidaasignature = 20,
44 AuthorizationResponseCode_wrongea = 21,
45 AuthorizationResponseCode_unknownits = 22,
46 AuthorizationResponseCode_invalidsignature = 23,
47 AuthorizationResponseCode_invalidencryptionkey = 24,
48 AuthorizationResponseCode_deniedpermissions = 25,
49 AuthorizationResponseCode_deniedtoomanycerts = 26
53} e_AuthorizationResponseCode;
56typedef long AuthorizationResponseCode_t;
59extern asn_per_constraints_t asn_PER_type_AuthorizationResponseCode_constr_1;
60extern asn_TYPE_descriptor_t asn_DEF_AuthorizationResponseCode;
61extern const asn_INTEGER_specifics_t asn_SPC_AuthorizationResponseCode_specs_1;
62asn_struct_free_f AuthorizationResponseCode_free;
63asn_struct_print_f AuthorizationResponseCode_print;
64asn_constr_check_f AuthorizationResponseCode_constraint;
65ber_type_decoder_f AuthorizationResponseCode_decode_ber;
66der_type_encoder_f AuthorizationResponseCode_encode_der;
67xer_type_decoder_f AuthorizationResponseCode_decode_xer;
68xer_type_encoder_f AuthorizationResponseCode_encode_xer;
69jer_type_encoder_f AuthorizationResponseCode_encode_jer;
70oer_type_decoder_f AuthorizationResponseCode_decode_oer;
71oer_type_encoder_f AuthorizationResponseCode_encode_oer;
72per_type_decoder_f AuthorizationResponseCode_decode_uper;
73per_type_encoder_f AuthorizationResponseCode_encode_uper;
74per_type_decoder_f AuthorizationResponseCode_decode_aper;
75per_type_encoder_f AuthorizationResponseCode_encode_aper;
82#include "asn_internal.h"