IPlatformCryptoDecryptor::GetUpdateBufferSizeBytes

Get the minimum required out-data size for a particular Ciphertext value

Windows
MacOS
Linux

References

Module

PlatformCryptoTypes

Header

/Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCryptoTypes/Public/PlatformCryptoTypes.h

Include

#include "PlatformCryptoTypes.h"

Syntax

int32 GetUpdateBufferSizeBytes
(
    const TArrayView< const uint8 > Ciphertext
) const

Remarks

Get the minimum required out-data size for a particular Ciphertext value

Returns

The minimum amount of space required to successfully call Update with

Parameters

Parameter

Description

Ciphertext

The next Ciphertext data to be decrypted by Update

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