libcoap
4.2.0
|
The structure that holds the PKI PEM definitions. More...
#include <coap_dtls.h>
Data Fields | |
const char * | ca_file |
File location of Common CA in PEM format. More... | |
const char * | public_cert |
File location of Public Cert in PEM format. More... | |
const char * | private_key |
File location of Private Key in PEM format. More... | |
The structure that holds the PKI PEM definitions.
Definition at line 139 of file coap_dtls.h.
const char* coap_pki_key_pem_t::ca_file |
File location of Common CA in PEM format.
Definition at line 140 of file coap_dtls.h.
const char* coap_pki_key_pem_t::private_key |
File location of Private Key in PEM format.
Definition at line 142 of file coap_dtls.h.
const char* coap_pki_key_pem_t::public_cert |
File location of Public Cert in PEM format.
Definition at line 141 of file coap_dtls.h.