S2OPC OPCUA Toolkit
|
The signed public key representation. More...
#include <key_manager_cyclone.h>
Data Fields | |
X509CertificateInfo | crt |
SOPC_Buffer * | raw |
RsaPublicKey | pubKey |
SOPC_CertificateList * | next |
mbedtls_x509_crt | crt |
The signed public key representation.
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.
Cyclone: - certificates are not chained.
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.
X509CertificateInfo SOPC_CertificateList::crt |
SOPC_Buffer* SOPC_CertificateList::raw |
RsaPublicKey SOPC_CertificateList::pubKey |
SOPC_CertificateList* SOPC_CertificateList::next |
mbedtls_x509_crt SOPC_CertificateList::crt |
Certificate as a lib-dependent format