libcoap  4.2.0
coap_pki_key_asn1_t Struct Reference

The structure that holds the PKI ASN.1 (DER) definitions. More...

#include <coap_dtls.h>

Data Fields

const uint8_tca_cert
 ASN1 (DER) Common CA Cert. More...
 
const uint8_tpublic_cert
 ASN1 (DER) Public Cert. More...
 
const uint8_tprivate_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...
 

Detailed Description

The structure that holds the PKI ASN.1 (DER) definitions.

Definition at line 148 of file coap_dtls.h.

Field Documentation

◆ ca_cert

const uint8_t* coap_pki_key_asn1_t::ca_cert

ASN1 (DER) Common CA Cert.

Definition at line 149 of file coap_dtls.h.

◆ ca_cert_len

size_t coap_pki_key_asn1_t::ca_cert_len

ASN1 CA Cert length.

Definition at line 152 of file coap_dtls.h.

◆ private_key

const uint8_t* coap_pki_key_asn1_t::private_key

ASN1 (DER) Private Key.

Definition at line 151 of file coap_dtls.h.

◆ private_key_len

size_t coap_pki_key_asn1_t::private_key_len

ASN1 Private Key length.

Definition at line 154 of file coap_dtls.h.

◆ private_key_type

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.

◆ public_cert

const uint8_t* coap_pki_key_asn1_t::public_cert

ASN1 (DER) Public Cert.

Definition at line 150 of file coap_dtls.h.

◆ public_cert_len

size_t coap_pki_key_asn1_t::public_cert_len

ASN1 Public Cert length.

Definition at line 153 of file coap_dtls.h.


The documentation for this struct was generated from the following file: