libcoap
4.3.0
|
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 200 of file coap_dtls.h.
const char* coap_pki_key_pkcs11_t::ca |
pkcs11: URI for Common CA Certificate
Definition at line 201 of file coap_dtls.h.
const char* coap_pki_key_pkcs11_t::private_key |
pkcs11: URI for Private Key
Definition at line 203 of file coap_dtls.h.
const char* coap_pki_key_pkcs11_t::public_cert |
pkcs11: URI for Public Cert
Definition at line 202 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 204 of file coap_dtls.h.