S2OPC OPCUA Toolkit
|
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 |
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.
char* SOPC_Client_ConfigFromPaths::clientCertPath |
Temporary path to the client certificate (clientCertificate shall be instantiated by applicative code)
char* SOPC_Client_ConfigFromPaths::clientKeyPath |
Temporary path to the client key (key_priv_cli shall be instantiated by applicative code)
bool SOPC_Client_ConfigFromPaths::clientKeyEncrypted |
Boolean to indicate if the private key is encrypted
char* SOPC_Client_ConfigFromPaths::clientPkiPath |
Temporary path to the client public key infrastructure