Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Online/SSL/Public/Interfaces/ISslManager.h |
Include |
#include "Interfaces/ISslManager.h" |
class ISslManager
Manager of the ssl library
Name | Description | |
---|---|---|
|
~ISslManager() |
Destructor |
Name | Description | ||
---|---|---|---|
|
SSL_CTX *... |
CreateSslContext ( |
Create an SSL context |
|
DestroySslContext ( |
Destroy an SSL context |
|
|
InitializeSsl() |
Initialize the ssl library. |
|
|
ShutdownSsl() |
Shutdown the ssl library. Must be called once per call to InitializeSsl |