ISslManager

Manager of the ssl library

Choose your operating system:

Windows

macOS

Linux

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

Name Description

Public function Virtual

~ISslManager()

Destructor

Functions

Name Description

Public function

SSL_CTX *...

 

CreateSslContext

(
    const FSslContextCreateOptions& Cr...
)

Create an SSL context

Public function

void

 

DestroySslContext

(
    SSL_CTX* SslContext
)

Destroy an SSL context

Public function

bool

 

InitializeSsl()

Initialize the ssl library.

Public function

void

 

ShutdownSsl()

Shutdown the ssl library. Must be called once per call to InitializeSsl