#include <IslogKeyServer.hpp>
◆ IKSConfig() [1/2]
logicalaccess::iks::IslogKeyServer::IKSConfig::IKSConfig |
( |
| ) |
|
|
default |
◆ IKSConfig() [2/2]
IslogKeyServer::IKSConfig::IKSConfig |
( |
const std::string & |
ip, |
|
|
uint16_t |
port, |
|
|
const std::string & |
client_cert, |
|
|
const std::string & |
client_key, |
|
|
const std::string & |
root_ca |
|
) |
| |
◆ get_client_cert_pem()
std::string IslogKeyServer::IKSConfig::get_client_cert_pem |
( |
| ) |
const |
Return the content (PEM) of the client cert.
◆ get_client_key_pem()
std::string IslogKeyServer::IKSConfig::get_client_key_pem |
( |
| ) |
const |
Retrieve the content of the client's private key.
◆ get_root_ca_pem()
std::string IslogKeyServer::IKSConfig::get_root_ca_pem |
( |
| ) |
const |
Retrieve the root CA content.
◆ get_target()
std::string IslogKeyServer::IKSConfig::get_target |
( |
| ) |
const |
Network target (host:port).
◆ client_cert
std::string logicalaccess::iks::IslogKeyServer::IKSConfig::client_cert |
Path to the file containing the client certificate.
◆ client_key
std::string logicalaccess::iks::IslogKeyServer::IKSConfig::client_key |
Path to the file containing the client key.
◆ ip
std::string logicalaccess::iks::IslogKeyServer::IKSConfig::ip |
◆ port
uint16_t logicalaccess::iks::IslogKeyServer::IKSConfig::port |
◆ root_ca
std::string logicalaccess::iks::IslogKeyServer::IKSConfig::root_ca |
The documentation for this struct was generated from the following files: