|
PACS System 0.1.0
PACS DICOM system library
|
TLS configuration for secure DICOM connections. More...
#include <remote_node.h>

Public Member Functions | |
| bool | is_configured () const noexcept |
| Check if TLS is configured. | |
Public Attributes | |
| std::string | cert_path |
| Path to client certificate. | |
| std::string | key_path |
| Path to private key. | |
| std::string | ca_path |
| Path to CA certificate. | |
TLS configuration for secure DICOM connections.
Definition at line 95 of file remote_node.h.
|
inlinenodiscardnoexcept |
Check if TLS is configured.
Definition at line 104 of file remote_node.h.
References cert_path.
| std::string kcenon::pacs::client::tls_config::ca_path |
Path to CA certificate.
Definition at line 98 of file remote_node.h.
| std::string kcenon::pacs::client::tls_config::cert_path |
Path to client certificate.
Definition at line 96 of file remote_node.h.
Referenced by is_configured().
| std::string kcenon::pacs::client::tls_config::key_path |
Path to private key.
Definition at line 97 of file remote_node.h.