S2OPC OPCUA Toolkit
|
The asymmetric key representation. More...
#include <key_manager_lib.h>
Data Fields | |
mbedtls_pk_context | pk |
bool | isBorrowedFromCert |
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.
mbedtls_pk_context SOPC_AsymmetricKey::pk |
The context of the key, mbedtls_ specific
bool SOPC_AsymmetricKey::isBorrowedFromCert |
Says whether the context is borrowed from a context or not. In the latter case, the context must be mbedtls_freed