| 
    libcoap 4.3.5-develop-13abce9
    
   | 
 
The structure that holds the PKI ASN.1 (DER) definitions. More...
#include <coap_dtls.h>
Data Fields | |
| const uint8_t * | ca_cert | 
| ASN1 (DER) Common CA Cert.   | |
| const uint8_t * | public_cert | 
| ASN1 (DER) Public Cert, or Public Key if RPK.   | |
| const uint8_t * | private_key | 
| ASN1 (DER) Private Key.   | |
| size_t | ca_cert_len | 
| ASN1 CA Cert length.   | |
| size_t | public_cert_len | 
| ASN1 Public Cert length.   | |
| size_t | private_key_len | 
| ASN1 Private Key length.   | |
| coap_asn1_privatekey_type_t | private_key_type | 
| Private Key Type.   | |
The structure that holds the PKI ASN.1 (DER) definitions.
Definition at line 212 of file coap_dtls.h.
| const uint8_t* coap_pki_key_asn1_t::ca_cert | 
ASN1 (DER) Common CA Cert.
Definition at line 213 of file coap_dtls.h.
| size_t coap_pki_key_asn1_t::ca_cert_len | 
ASN1 CA Cert length.
Definition at line 216 of file coap_dtls.h.
| const uint8_t* coap_pki_key_asn1_t::private_key | 
ASN1 (DER) Private Key.
Definition at line 215 of file coap_dtls.h.
| size_t coap_pki_key_asn1_t::private_key_len | 
ASN1 Private Key length.
Definition at line 218 of file coap_dtls.h.
| coap_asn1_privatekey_type_t coap_pki_key_asn1_t::private_key_type | 
Private Key Type.
Definition at line 219 of file coap_dtls.h.
| const uint8_t* coap_pki_key_asn1_t::public_cert | 
ASN1 (DER) Public Cert, or Public Key if RPK.
Definition at line 214 of file coap_dtls.h.
| size_t coap_pki_key_asn1_t::public_cert_len | 
ASN1 Public Cert length.
Definition at line 217 of file coap_dtls.h.