/*
 * Generated by asn1c-0.9.29 (http://lionet.info/asn1c)
 * From ASN.1 module "PEDefinitions"
 * 	found in "../../../asn1/PEDefinitions.asn"
 * 	`asn1c -fcompound-names -no-gen-example`
 */

#ifndef	_KeyObject_H_
#define	_KeyObject_H_


#include <asn_application.h>

/* Including external dependencies */
#include <OCTET_STRING.h>
#include <asn_SEQUENCE_OF.h>
#include "UInt8.h"
#include <constr_SEQUENCE.h>
#include <constr_SEQUENCE_OF.h>

#ifdef __cplusplus
extern "C" {
#endif

/* Forward definitions */
typedef struct KeyObject__keyCompontents__Member {
	OCTET_STRING_t	 keyType;
	OCTET_STRING_t	 keyData;
	UInt8_t	*macLength	/* DEFAULT 8 */;
	/*
	 * This type is extensible,
	 * possible extensions are below.
	 */
	
	/* Context for parsing across buffer boundaries */
	asn_struct_ctx_t _asn_ctx;
} KeyObject__keyCompontents__Member;

/* KeyObject */
typedef struct KeyObject {
	OCTET_STRING_t	 keyUsageQualifier;
	OCTET_STRING_t	*keyAccess	/* DEFAULT '00'HH0000000'HH0000000000000000000000000000000000000000000000001000000000000000000000000000000020000000000000000000000000000000400000000000000000000000000000008'HH */;
	OCTET_STRING_t	 keyIdentifier;
	OCTET_STRING_t	 keyVersionNumber;
	OCTET_STRING_t	*keyCounterValue	/* OPTIONAL */;
	struct KeyObject__keyCompontents {
		A_SEQUENCE_OF(KeyObject__keyCompontents__Member) list;
		
		/* Context for parsing across buffer boundaries */
		asn_struct_ctx_t _asn_ctx;
	} keyCompontents;
	/*
	 * This type is extensible,
	 * possible extensions are below.
	 */
	
	/* Context for parsing across buffer boundaries */
	asn_struct_ctx_t _asn_ctx;
} KeyObject_t;

/* Implementation */
extern asn_TYPE_descriptor_t asn_DEF_KeyObject;
extern asn_SEQUENCE_specifics_t asn_SPC_KeyObject_specs_1;
extern asn_TYPE_member_t asn_MBR_KeyObject_1[6];

#ifdef __cplusplus
}
#endif

#endif	/* _KeyObject_H_ */
#include <asn_internal.h>
