libcoap 4.3.5-develop-19cef11
|
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. More... | |
const uint8_t * | public_cert |
ASN1 (DER) Public Cert, or Public Key if RPK. More... | |
const uint8_t * | private_key |
ASN1 (DER) Private Key. More... | |
size_t | ca_cert_len |
ASN1 CA Cert length. More... | |
size_t | public_cert_len |
ASN1 Public Cert length. More... | |
size_t | private_key_len |
ASN1 Private Key length. More... | |
coap_asn1_privatekey_type_t | private_key_type |
Private Key Type. More... | |
The structure that holds the PKI ASN.1 (DER) definitions.
Definition at line 208 of file coap_dtls.h.
const uint8_t* coap_pki_key_asn1_t::ca_cert |
ASN1 (DER) Common CA Cert.
Definition at line 209 of file coap_dtls.h.
size_t coap_pki_key_asn1_t::ca_cert_len |
ASN1 CA Cert length.
Definition at line 212 of file coap_dtls.h.
const uint8_t* coap_pki_key_asn1_t::private_key |
ASN1 (DER) Private Key.
Definition at line 211 of file coap_dtls.h.
size_t coap_pki_key_asn1_t::private_key_len |
ASN1 Private Key length.
Definition at line 214 of file coap_dtls.h.
coap_asn1_privatekey_type_t coap_pki_key_asn1_t::private_key_type |
Private Key Type.
Definition at line 215 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 210 of file coap_dtls.h.
size_t coap_pki_key_asn1_t::public_cert_len |
ASN1 Public Cert length.
Definition at line 213 of file coap_dtls.h.