leo hendrickson / Mbed OS example-Ethernet-mbed-Cloud-connect
Embed: (wiki syntax)

« Back to documentation index

kcm_cert_chain_context_int_ Struct Reference

kcm_cert_chain_context_int_ Struct Reference

The chain context used internally only and should not be changed by user. More...

#include <storage.h>

Data Fields

uint8_t * chain_name
 The name of certificate chain.
size_t chain_name_len
 The size of certificate chain name.
size_t num_of_certificates_in_chain
 The number of certificate in the chain.
kcm_ctx_s current_kcm_ctx
 Current KCM operation context.
uint32_t current_cert_index
 Current certificate iterator.
kcm_chain_operation_type_e operation_type
 Type of Current operation.
bool chain_is_factory
 Is chain is a factory item, otherwise false.
kcm_cert_chain_prev_params_int_s prev_cert_params
 Saved params of previous parsed certificate. used only in create operation.
bool is_meta_data
 Is this a single certificate or chain with one certificate.

Detailed Description

The chain context used internally only and should not be changed by user.

Definition at line 129 of file storage.h.


Field Documentation

Is chain is a factory item, otherwise false.

Definition at line 140 of file storage.h.

uint8_t* chain_name

The name of certificate chain.

Definition at line 130 of file storage.h.

The size of certificate chain name.

Definition at line 131 of file storage.h.

Current certificate iterator.

Definition at line 138 of file storage.h.

kcm_ctx_s current_kcm_ctx

Current KCM operation context.

Definition at line 134 of file storage.h.

Is this a single certificate or chain with one certificate.

Definition at line 142 of file storage.h.

The number of certificate in the chain.

Definition at line 132 of file storage.h.

kcm_chain_operation_type_e operation_type

Type of Current operation.

Definition at line 139 of file storage.h.

kcm_cert_chain_prev_params_int_s prev_cert_params

Saved params of previous parsed certificate. used only in create operation.

Definition at line 141 of file storage.h.