FDTLSPreSharedKey

Wrapper for a pre-shared key value to be used instead of self-signed certificates

Windows
MacOS
Linux

References

Module

DTLSHandlerComponent

Header

/Engine/Plugins/Runtime/PacketHandlers/DTLSHandlerComponent/Source/Public/DTLSContext.h

Include

#include "DTLSContext.h"

Syntax

struct FDTLSPreSharedKey

Remarks

Wrapper for a pre-shared key value to be used instead of self-signed certificates

Constructors

Name Description

Public function

FDTLSPreSharedKey()

Public function

FDTLSPreSharedKey

(
    const FDTLSPreSharedKey&
)

Functions

Name Description

Public function Const

const FStrin...

 

GetIdentity()

Public function Const

TArrayView< ...

 

GetKey()

Public function

void

 

SetIdentity

(
    const FString& InIdentity
)

Public function

void

 

SetPreSharedKey

(
    TArrayView< const uint8 > KeyView
)

Operators

Name Description

Public function

FDTLSPreShar...

 

operator=

(
    const FDTLSPreSharedKey&
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss