S2OPC OPCUA Toolkit
Data Fields
SOPC_CertificateList Struct Reference

The signed public key representation, or a chained list of such keys. More...

#include <key_manager_lib.h>

Data Fields

mbedtls_x509_crt crt
 

Detailed Description

The signed public key representation, or a chained list of such keys.

It should be treated as an abstract handle. The certificate structure is mainly lib-specific. mbedtls certificates are chained. This structures represents a chained list of certificates.

Usually, the CertificateList has length 1 when working with asymmetric cryptographic primitives, and the CertificateList has length > 1 when working with certificate validation. In the latter case, the certificates are in fact certificate authorities. See SOPC_KeyManager_Certificate_GetListLength.

Field Documentation

◆ crt

mbedtls_x509_crt SOPC_CertificateList::crt

Certificate as a lib-dependent format


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