Simulated product dispenser

Dependencies:   HTS221

Fork of mbed-cloud-workshop-connect-HTS221 by Jim Carver

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.
kcm_cert_chain_prev_params_int_s prev_cert_params
 Saved params of previous parsed certificate. used only in create operation.

Detailed Description

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

Definition at line 116 of file kcm_internal.h.


Field Documentation

Is chain is a factory item, otherwise false.

Definition at line 123 of file kcm_internal.h.

uint8_t* chain_name

The name of certificate chain.

Definition at line 117 of file kcm_internal.h.

The size of certificate chain name.

Definition at line 118 of file kcm_internal.h.

Current certificate iterator.

Definition at line 121 of file kcm_internal.h.

kcm_ctx_s current_kcm_ctx

Current KCM operation context.

Definition at line 120 of file kcm_internal.h.

The number of certificate in the chain.

Definition at line 119 of file kcm_internal.h.

kcm_chain_operation_type_e operation_type

Type of Current operation.

Definition at line 122 of file kcm_internal.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 124 of file kcm_internal.h.