Navigation
API > API/Runtime > API/Runtime/SSL > API/Runtime/SSL/Interfaces
References
| Module | SSL |
| Header | /Engine/Source/Runtime/Online/SSL/Public/Interfaces/ISslManager.h |
| Include | #include "Interfaces/ISslManager.h" |
Syntax
class ISslManager
Remarks
Manager of the ssl library
Destructors
| Type | Name | Description | |
|---|---|---|---|
~ISslManager () |
Destructor |
Functions
| Type | Name | Description | |
|---|---|---|---|
| SSL_CTX * | CreateSslContext
(
const FSslContextCreateOptions& CreateOptions |
Create an SSL context | |
| void | DestroySslContext
(
SSL_CTX* SslContext |
Destroy an SSL context | |
| bool | Initialize the ssl library. | ||
| void | ShutdownSsl () |
Shutdown the ssl library. Must be called once per call to InitializeSsl |