![]() |
nRF5 SDK
v14.1.0
|
Choose documentation: | nRF5 SDK | S112 SoftDevice API | S132 SoftDevice API | S140 SoftDevice API | S212 SoftDevice API | S332 SoftDevice API |
Certificate to be used when using certificates for key derivation. More...
#include <nrf_tls.h>
Data Fields | |
const uint8_t * | p_private_key |
const uint8_t * | p_certificate |
uint16_t | private_key_len |
uint16_t | certificate_len |
Certificate to be used when using certificates for key derivation.
uint16_t nrf_tls_certificate_t::certificate_len |
Length of the certificate.
const uint8_t* nrf_tls_certificate_t::p_certificate |
Own certificate in PEM format.
const uint8_t* nrf_tls_certificate_t::p_private_key |
Private key.
uint16_t nrf_tls_certificate_t::private_key_len |
Length of the private key.