IPlatformCryptoDecryptor::SetAuthTag

For ciphers that require authentication tags, you must call this function to set the AuthTag for the encrypted data before you may call Finalize.

Windows
MacOS
Linux

References

Module

PlatformCryptoTypes

Header

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

Include

#include "PlatformCryptoTypes.h"

Syntax

EPlatformCryptoResult SetAuthTag
(
    const TArrayView< const uint8 > AuthTag
)

Remarks

For ciphers that require authentication tags, you must call this function to set the AuthTag for the encrypted data before you may call Finalize.

Parameters

Parameter

Description

AuthTag

The Auth Tag used to validate integrity of the the encrypted data during decryption.

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