libcoap 4.3.5-develop-19cef11
|
The structure that holds the PKI PKCS11 definitions. More...
#include <coap_dtls.h>
Data Fields | |
const char * | ca |
pkcs11: URI for Common CA Certificate More... | |
const char * | public_cert |
pkcs11: URI for Public Cert More... | |
const char * | private_key |
pkcs11: URI for Private Key More... | |
const char * | user_pin |
User pin to access PKCS11. More... | |
The structure that holds the PKI PKCS11 definitions.
Definition at line 221 of file coap_dtls.h.
const char* coap_pki_key_pkcs11_t::ca |
pkcs11: URI for Common CA Certificate
Definition at line 222 of file coap_dtls.h.
const char* coap_pki_key_pkcs11_t::private_key |
pkcs11: URI for Private Key
Definition at line 224 of file coap_dtls.h.
const char* coap_pki_key_pkcs11_t::public_cert |
pkcs11: URI for Public Cert
Definition at line 223 of file coap_dtls.h.
const char* coap_pki_key_pkcs11_t::user_pin |
User pin to access PKCS11.
If NULL, then pin-value= parameter must be set in pkcs11: URI as a query.
Definition at line 225 of file coap_dtls.h.