Mayank Gupta / Mbed OS pelion-example-frdm

Dependencies:   FXAS21002 FXOS8700Q

Embed: (wiki syntax)

« Back to documentation index

cert_context_s Struct Reference

cert_context_s Struct Reference

The structure describing a certificate within a certificate chain. More...

#include <est_defs.h>


Detailed Description

The structure describing a certificate within a certificate chain.

Parameters:
cert_length,Thelength of the certificate.
cert,Abuffer containing the certificate.
next,Apointer to the next certificate in chain, NULL if last certificate.

Definition at line 34 of file est_defs.h.