Simple interface for Mbed Cloud Client

Dependents:  

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 <kcm_internal.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.

Detailed Description

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

Definition at line 91 of file kcm_internal.h.


Field Documentation

Is chain is a factory item, otherwise false.

Definition at line 98 of file kcm_internal.h.

uint8_t* chain_name

The name of certificate chain.

Definition at line 92 of file kcm_internal.h.

The size of certificate chain name.

Definition at line 93 of file kcm_internal.h.

Current certificate iterator.

Definition at line 96 of file kcm_internal.h.

kcm_ctx_s current_kcm_ctx

Current KCM operation context.

Definition at line 95 of file kcm_internal.h.

The number of certificate in the chain.

Definition at line 94 of file kcm_internal.h.

kcm_chain_operation_type_e operation_type

Type of Current operation.

Definition at line 97 of file kcm_internal.h.