S2OPC OPCUA Toolkit
Loading...
Searching...
No Matches
SOPC_Client_ConfigFromPaths Struct Reference

Client temporary configuration structure used to store client certificate / key / PKI configuration data from paths. Those paths are should be used to load the serialized version for the certificate / key and instantiate PKI. More...

#include <sopc_user_app_itf.h>

Data Fields

char * clientCertPath
 
char * clientKeyPath
 
bool clientKeyEncrypted
 
char * clientPkiPath
 

Detailed Description

Client temporary configuration structure used to store client certificate / key / PKI configuration data from paths. Those paths are should be used to load the serialized version for the certificate / key and instantiate PKI.

Field Documentation

◆ clientCertPath

char* SOPC_Client_ConfigFromPaths::clientCertPath

Temporary path to the client certificate (clientCertificate shall be instantiated by applicative code)

◆ clientKeyPath

char* SOPC_Client_ConfigFromPaths::clientKeyPath

Temporary path to the client key (key_priv_cli shall be instantiated by applicative code)

◆ clientKeyEncrypted

bool SOPC_Client_ConfigFromPaths::clientKeyEncrypted

Boolean to indicate if the private key is encrypted

◆ clientPkiPath

char* SOPC_Client_ConfigFromPaths::clientPkiPath

Temporary path to the client public key infrastructure


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