libcoap
4.2.0
|
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. 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 148 of file coap_dtls.h.
const uint8_t* coap_pki_key_asn1_t::ca_cert |
ASN1 (DER) Common CA Cert.
Definition at line 149 of file coap_dtls.h.
size_t coap_pki_key_asn1_t::ca_cert_len |
ASN1 CA Cert length.
Definition at line 152 of file coap_dtls.h.
const uint8_t* coap_pki_key_asn1_t::private_key |
ASN1 (DER) Private Key.
Definition at line 151 of file coap_dtls.h.
size_t coap_pki_key_asn1_t::private_key_len |
ASN1 Private Key length.
Definition at line 154 of file coap_dtls.h.
coap_asn1_privatekey_type_t coap_pki_key_asn1_t::private_key_type |
Private Key Type.
Definition at line 155 of file coap_dtls.h.
const uint8_t* coap_pki_key_asn1_t::public_cert |
ASN1 (DER) Public Cert.
Definition at line 150 of file coap_dtls.h.
size_t coap_pki_key_asn1_t::public_cert_len |
ASN1 Public Cert length.
Definition at line 153 of file coap_dtls.h.