|
Engage Engine API
1.244.9084
|
TODO: Transport Security Layer (TLS) settings. More...
#include <ConfigurationObjects.h>
Inherits AppConfigurationObjects::ConfigurationObjectBase.
Public Member Functions | |
| void | clear () |
Public Member Functions inherited from AppConfigurationObjects::ConfigurationObjectBase | |
| virtual void | initForDocumenting () |
| virtual std::string | toString () |
| virtual bool | isDocumenting () const |
Public Attributes | |
| bool | verifyPeers |
| [Optional, Default: true] When true, checks the far-end certificate validity and Engage-specific TLS setup procedure. | |
| bool | allowSelfSignedCertificates |
| [Optional, Default: false] When true, accepts far-end certificates that are self-signed. | |
| std::vector< std::string > | caCertificates |
| [Optional] Array of CA certificates (PEM or "@" file/certstore references) to be used to validate far-end certificates. | |
| StringRestrictionList | subjectRestrictions |
| [NOT USED AT THIS TIME] | |
| StringRestrictionList | issuerRestrictions |
| [NOT USED AT THIS TIME] | |
| std::vector< std::string > | crlSerials |
| [Optional] Array of serial numbers certificates that have been revoked | |
Public Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
| nlohmann::json | _attached |
Additional Inherited Members | |
Protected Attributes inherited from AppConfigurationObjects::ConfigurationObjectBase | |
| bool | _documenting |
TODO: Transport Security Layer (TLS) settings.
Helper C++ class to serialize and de-serialize Tls JSON
Example:
Definition at line 4321 of file ConfigurationObjects.h.
|
inline |
Definition at line 4346 of file ConfigurationObjects.h.
|
inline |
Definition at line 4351 of file ConfigurationObjects.h.
| bool AppConfigurationObjects::Tls::allowSelfSignedCertificates |
[Optional, Default: false] When true, accepts far-end certificates that are self-signed.
Definition at line 4332 of file ConfigurationObjects.h.
| std::vector<std::string> AppConfigurationObjects::Tls::caCertificates |
[Optional] Array of CA certificates (PEM or "@" file/certstore references) to be used to validate far-end certificates.
Definition at line 4335 of file ConfigurationObjects.h.
| std::vector<std::string> AppConfigurationObjects::Tls::crlSerials |
[Optional] Array of serial numbers certificates that have been revoked
Definition at line 4344 of file ConfigurationObjects.h.
| StringRestrictionList AppConfigurationObjects::Tls::issuerRestrictions |
[NOT USED AT THIS TIME]
Definition at line 4341 of file ConfigurationObjects.h.
| StringRestrictionList AppConfigurationObjects::Tls::subjectRestrictions |
[NOT USED AT THIS TIME]
Definition at line 4338 of file ConfigurationObjects.h.
| bool AppConfigurationObjects::Tls::verifyPeers |
[Optional, Default: true] When true, checks the far-end certificate validity and Engage-specific TLS setup procedure.
Definition at line 4329 of file ConfigurationObjects.h.