S2OPC OPCUA Toolkit
|
The asymmetric key representation. More...
#include <key_manager_cyclone.h>
Data Fields | |
RsaPrivateKey | privKey |
RsaPublicKey | pubKey |
bool | isBorrowedFromCert |
mbedtls_pk_context | pk |
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.
RsaPrivateKey SOPC_AsymmetricKey::privKey |
The context of the key, lib-specific
RsaPublicKey SOPC_AsymmetricKey::pubKey |
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
mbedtls_pk_context SOPC_AsymmetricKey::pk |
The context of the key, mbedtls_ specific