S2OPC OPCUA Toolkit
Data Fields
SOPC_AsymmetricKey Struct Reference

The asymmetric key representation. More...

#include <key_manager_cyclone.h>

Data Fields

RsaPrivateKey privKey
 
RsaPublicKey pubKey
 
bool isBorrowedFromCert
 
mbedtls_pk_context pk
 

Detailed Description

The asymmetric key representation.

It should be treated as an abstract handle. The asymmetric key structure is mainly lib-specific. Its content can be enriched for future uses.

Field Documentation

◆ privKey

RsaPrivateKey SOPC_AsymmetricKey::privKey

The context of the key, lib-specific

◆ pubKey

RsaPublicKey SOPC_AsymmetricKey::pubKey

◆ isBorrowedFromCert

bool SOPC_AsymmetricKey::isBorrowedFromCert

Says whether the context is borrowed from a context or not.

Says whether the context is borrowed from a context or not. In the latter case, the context must be mbedtls_freed

◆ pk

mbedtls_pk_context SOPC_AsymmetricKey::pk

The context of the key, mbedtls_ specific


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