PcAPI_initialize → void
SYNOPSIS
#include "PcAPIL.h"
int PcAPI_initialize(char *info_file_path, char *credentials_pw);
DESCRIPTION
The PcAPI_initialize function sets up the configuration file required to use the libpcapi.so library. The configuration file contains information such as the key management server settings and the credentials needed for authentication.
The info_file_path parameter of the function should include the full path and file name of the configuration file, while the credentials_pw parameter should contain the credentials password. This password should be the same as the one used when issuing the credentials value in the info_file_path file. If no password was used, an empty value ("") can be entered.
If the function is not called, the default read path is "/var/tmp/.petra/petra_cipher_api.conf", and no password is used.
For detailed information, please refer to the “Installation Guide - Configuration File” section.
RETURN VALUE
The function returns 0 upon success.
If an error occurs, it returns an error code less than 0.
ERRORS
-30315, -30316, -30502, -30511
NOTE
Feedback
Was this page helpful?
소중한 의견 감사합니다. 귀하의 소중한 의견 부탁드립니다..
피드백을 주시면 더 나은 서비스를 제공할 수 있도록 노력하겠습니다. 귀하의 소중한 의견 부탁드립니다..