ITS
SubjectAttributeType.h File Reference
#include <asn_application.h>
#include <NativeInteger.h>
#include <asn_internal.h>
Include dependency graph for SubjectAttributeType.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef enum SubjectAttributeType e_SubjectAttributeType
 
typedef long SubjectAttributeType_t
 

Enumerations

enum  SubjectAttributeType {
  SubjectAttributeType_verification_key = 0, SubjectAttributeType_encryption_key = 1, SubjectAttributeType_assurance_level = 2, SubjectAttributeType_reconstruction_value = 3,
  SubjectAttributeType_its_aid_list = 32, SubjectAttributeType_its_aid_ssp_list = 33
}
 

Variables

asn_TYPE_descriptor_t asn_DEF_SubjectAttributeType
 
asn_struct_free_f SubjectAttributeType_free
 
asn_struct_print_f SubjectAttributeType_print
 
asn_constr_check_f SubjectAttributeType_constraint
 
ber_type_decoder_f SubjectAttributeType_decode_ber
 
der_type_encoder_f SubjectAttributeType_encode_der
 
xer_type_decoder_f SubjectAttributeType_decode_xer
 
xer_type_encoder_f SubjectAttributeType_encode_xer
 
per_type_decoder_f SubjectAttributeType_decode_uper
 
per_type_encoder_f SubjectAttributeType_encode_uper
 

Typedef Documentation

◆ e_SubjectAttributeType

◆ SubjectAttributeType_t

typedef long SubjectAttributeType_t

Definition at line 31 of file SubjectAttributeType.h.

Enumeration Type Documentation

◆ SubjectAttributeType

Enumerator
SubjectAttributeType_verification_key 
SubjectAttributeType_encryption_key 
SubjectAttributeType_assurance_level 
SubjectAttributeType_reconstruction_value 
SubjectAttributeType_its_aid_list 
SubjectAttributeType_its_aid_ssp_list 

Definition at line 21 of file SubjectAttributeType.h.

Variable Documentation

◆ asn_DEF_SubjectAttributeType

asn_TYPE_descriptor_t asn_DEF_SubjectAttributeType

Definition at line 123 of file SubjectAttributeType.c.

◆ SubjectAttributeType_constraint

asn_constr_check_f SubjectAttributeType_constraint

Definition at line 37 of file SubjectAttributeType.h.

◆ SubjectAttributeType_decode_ber

ber_type_decoder_f SubjectAttributeType_decode_ber

Definition at line 38 of file SubjectAttributeType.h.

◆ SubjectAttributeType_decode_uper

per_type_decoder_f SubjectAttributeType_decode_uper

Definition at line 42 of file SubjectAttributeType.h.

◆ SubjectAttributeType_decode_xer

xer_type_decoder_f SubjectAttributeType_decode_xer

Definition at line 40 of file SubjectAttributeType.h.

◆ SubjectAttributeType_encode_der

der_type_encoder_f SubjectAttributeType_encode_der

Definition at line 39 of file SubjectAttributeType.h.

◆ SubjectAttributeType_encode_uper

per_type_encoder_f SubjectAttributeType_encode_uper

Definition at line 43 of file SubjectAttributeType.h.

◆ SubjectAttributeType_encode_xer

xer_type_encoder_f SubjectAttributeType_encode_xer

Definition at line 41 of file SubjectAttributeType.h.

◆ SubjectAttributeType_free

asn_struct_free_f SubjectAttributeType_free

Definition at line 35 of file SubjectAttributeType.h.

◆ SubjectAttributeType_print

asn_struct_print_f SubjectAttributeType_print

Definition at line 36 of file SubjectAttributeType.h.