Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
arm_certificate_entry_s Struct Reference
Certificate structure. More...
#include <net_interface.h>
Data Fields | |
const uint8_t * | cert |
Certificate pointer. | |
const uint8_t * | key |
Key pointer. | |
uint16_t | cert_len |
Certificate length. | |
uint16_t | key_len |
Key length. |
Detailed Description
Certificate structure.
Definition at line 239 of file net_interface.h.
Field Documentation
const uint8_t* cert |
Certificate pointer.
Definition at line 240 of file net_interface.h.
uint16_t cert_len |
Certificate length.
Definition at line 242 of file net_interface.h.
const uint8_t* key |
Key pointer.
Definition at line 241 of file net_interface.h.
uint16_t key_len |
Key length.
Definition at line 243 of file net_interface.h.
Generated on Tue Jul 12 2022 13:55:28 by
