NetStack_CertBlob
struct NetStack_CertBlob {...}
Overview
Defines the certificate data structure.
Since: 11
Related module: netstack
Header file: net_ssl_c_type.h
Summary
Member Variables
| Name | Description |
|---|---|
| enum NetStack_CertType type | Certificate type. |
| uint32_t size | Certificate content length. |
| uint8_t *data | Certificate data. |