S2OPC OPCUA Toolkit
src
ClientServer
frontend
client_wrapper
libs2opc_client_config.h
Go to the documentation of this file.
1
/*
2
* Licensed to Systerel under one or more contributor license
3
* agreements. See the NOTICE file distributed with this work
4
* for additional information regarding copyright ownership.
5
* Systerel licenses this file to you under the Apache
6
* License, Version 2.0 (the "License"); you may not use this
7
* file except in compliance with the License. You may obtain
8
* a copy of the License at
9
*
10
* http://www.apache.org/licenses/LICENSE-2.0
11
*
12
* Unless required by applicable law or agreed to in writing,
13
* software distributed under the License is distributed on an
14
* "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
15
* KIND, either express or implied. See the License for the
16
* specific language governing permissions and limitations
17
* under the License.
18
*/
19
26
#ifndef LIBS2OPC_CLIENT_CONFIG_H_
27
#define LIBS2OPC_CLIENT_CONFIG_H_
28
29
#include <stdbool.h>
30
#include "
sopc_builtintypes.h
"
31
44
typedef
bool
SOPC_GetPassword_Fct
(
char
** outPassword);
45
58
SOPC_ReturnStatus
SOPC_HelperConfigClient_SetClientKeyPasswordCallback
(
SOPC_GetPassword_Fct
* getClientKeyPassword);
59
72
SOPC_ReturnStatus
SOPC_HelperConfigClient_SetUserKeyPasswordCallback
(
SOPC_GetPassword_Fct
* getUserKeyPassword);
73
74
#endif
/* LIBS2OPC_CLIENT_CONFIG_H_ */
SOPC_HelperConfigClient_SetUserKeyPasswordCallback
SOPC_ReturnStatus SOPC_HelperConfigClient_SetUserKeyPasswordCallback(SOPC_GetPassword_Fct *getUserKeyPassword)
Define the callback to retrieve password for decryption of the user X509 token private key.
SOPC_GetPassword_Fct
bool SOPC_GetPassword_Fct(char **outPassword)
Type of callback to retrieve password for decryption of the client application private key or the use...
Definition:
libs2opc_client_config.h:44
sopc_builtintypes.h
SOPC_HelperConfigClient_SetClientKeyPasswordCallback
SOPC_ReturnStatus SOPC_HelperConfigClient_SetClientKeyPasswordCallback(SOPC_GetPassword_Fct *getClientKeyPassword)
Define the callback to retrieve password for decryption of the client private key.
SOPC_ReturnStatus
SOPC_ReturnStatus
Definition:
libs2opc_client.h:61
Generated on Thu Jun 1 2023 18:08:10 for S2OPC OPCUA Toolkit by
1.8.18