FDTLSFingerprint

Wrapper for a fingerprint (SHA256 hash) of an X509 certificate

Windows
MacOS
Linux

References

Module

DTLSHandlerComponent

Header

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

Include

#include "DTLSCertificate.h"

Syntax

struct FDTLSFingerprint

Remarks

Wrapper for a fingerprint (SHA256 hash) of an X509 certificate

Variables

Name Description

Public variable

uint8[Length]

 

Data

Constructors

Name Description

Public function

FDTLSFingerprint()

Public function

FDTLSFingerprint

(
    const FDTLSFingerprint&
)

Functions

Name Description

Public function Const

TArrayView< ...

 

GetData()

Get array view of fingerprint data

Public function

void

 

Reset()

Zero the fingerprint

Operators

Name Description

Public function

FDTLSFingerp...

 

operator=

(
    const FDTLSFingerprint&
)

Constants

Name

Description

Length

SHA256 hash length in bytes

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