|
PACS System 0.1.0
PACS DICOM system library
|
#include "kcenon/pacs/security/tls_policy.h"
Go to the source code of this file.
Namespaces | |
| namespace | kcenon |
| namespace | kcenon::pacs |
| namespace | kcenon::pacs::security |
Functions | |
| std::string_view | kcenon::pacs::security::to_string (tls_profile profile) noexcept |
| Convert TLS profile to string. | |
| std::optional< tls_profile > | kcenon::pacs::security::parse_tls_profile (std::string_view str) noexcept |
| Parse TLS profile from string. | |
| std::vector< tls_profile > | kcenon::pacs::security::available_tls_profiles () |
| Get a list of all available TLS profiles. | |