OPTIGA™ Trust M
Host Library Documentation
optiga_set_object_protected_params Struct Reference

Specifies the data structure for protected update. More...

#include <optiga_lib_common.h>

Data Fields

const uint8_t * p_protected_update_buffer
 Pointer to the buffer which contains manifest/fragment. More...
 
uint16_t p_protected_update_buffer_length
 Manifest/Fragment length. More...
 
optiga_set_obj_protected_tag_t set_obj_protected_tag
 Set protected object tag. More...
 
uint8_t manifest_version
 manifest version More...
 

Detailed Description

Specifies the data structure for protected update.

Definition at line 567 of file optiga_lib_common.h.

Field Documentation

◆ manifest_version

uint8_t optiga_set_object_protected_params::manifest_version

manifest version

Definition at line 576 of file optiga_lib_common.h.

◆ p_protected_update_buffer

const uint8_t* optiga_set_object_protected_params::p_protected_update_buffer

Pointer to the buffer which contains manifest/fragment.

Definition at line 570 of file optiga_lib_common.h.

◆ p_protected_update_buffer_length

uint16_t optiga_set_object_protected_params::p_protected_update_buffer_length

Manifest/Fragment length.

Definition at line 572 of file optiga_lib_common.h.

◆ set_obj_protected_tag

optiga_set_obj_protected_tag_t optiga_set_object_protected_params::set_obj_protected_tag

Set protected object tag.

Definition at line 574 of file optiga_lib_common.h.