Navigation
API > API/Runtime > API/Runtime/SSL
Module for SSL/TLS certificate management
| Name | FSslModule |
| Type | class |
| Header File | /Engine/Source/Runtime/Online/SSL/Public/SslModule.h |
| Include Path | #include "SslModule.h" |
Syntax
class FSslModule : public IModuleInterface
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FSslModule() |
Constructor | SslModule.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| Singleton | FSslModule * | Singleton for the module while loaded and available | SslModule.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CertificateManagerPtr | ISslCertificateManager * | Keeps track of SSL certificates | SslModule.h | |
| SslManagerPtr | ISslManager * | Manager of the SSL library | SslModule.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
ISslCertificateManager & GetCertificateManager() |
Accessor for the SSL certificate manager | SslModule.h | |
ISslManager & GetSslManager() |
SslModule.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static FSslModule & Get () |
Singleton-like access to this module's interface. | SslModule.h |