S2OPC OPCUA Toolkit
|
The signed public key representation, or a chained list of such keys. More...
#include <key_manager_lib.h>
Data Fields | |
mbedtls_x509_crt | crt |
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.
mbedtls_x509_crt SOPC_CertificateList::crt |
Certificate as a lib-dependent format