libcoap 4.3.5-develop-19cef11
|
The structure that holds the PKI key information. More...
#include <coap_dtls.h>
Data Fields | |
coap_pki_key_t | key_type |
key format type More... | |
union { | |
coap_pki_key_pem_t pem | |
for PEM file keys More... | |
coap_pki_key_pem_buf_t pem_buf | |
for PEM memory keys More... | |
coap_pki_key_asn1_t asn1 | |
for ASN.1 (DER) memory keys More... | |
coap_pki_key_pkcs11_t pkcs11 | |
for PKCS11 keys More... | |
coap_pki_key_define_t define | |
for definable type keys More... | |
} | key |
The structure that holds the PKI key information.
Definition at line 279 of file coap_dtls.h.
coap_pki_key_asn1_t coap_dtls_key_t::asn1 |
for ASN.1 (DER) memory keys
Definition at line 284 of file coap_dtls.h.
coap_pki_key_define_t coap_dtls_key_t::define |
for definable type keys
Definition at line 286 of file coap_dtls.h.
union { ... } coap_dtls_key_t::key |
coap_pki_key_t coap_dtls_key_t::key_type |
key format type
Definition at line 280 of file coap_dtls.h.
coap_pki_key_pem_t coap_dtls_key_t::pem |
for PEM file keys
Definition at line 282 of file coap_dtls.h.
coap_pki_key_pem_buf_t coap_dtls_key_t::pem_buf |
for PEM memory keys
Definition at line 283 of file coap_dtls.h.
coap_pki_key_pkcs11_t coap_dtls_key_t::pkcs11 |
for PKCS11 keys
Definition at line 285 of file coap_dtls.h.