FEncryptionContextOpenSSL::Decrypt_AES_256_GCM

Windows
MacOS
Linux

References

Module

PlatformCryptoOpenSSL

Header

/Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCryptoOpenSSL/Public/EncryptionContextOpenSSL.h

Include

#include "EncryptionContextOpenSSL.h"

Source

/Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCryptoOpenSSL/Private/EncryptionContextOpenSSL.cpp

Syntax

TArray< uint8 > Decrypt_AES_256_GCM
(
    const TArrayView< const uint8 > Ciphertext,
    const TArrayView< const uint8 > Key,
    const TArrayView< const uint8 > InitializationVector,
    const TArrayView< const uint8 > AuthTag,
    EPlatformCryptoResult & OutResult
)

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