Navigation
Unreal Engine C++ API Reference > Plugins > PlatformCryptoTypes > IPlatformCryptoDecryptor
References
Module | PlatformCryptoTypes |
Header | /Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCryptoTypes/Public/PlatformCryptoTypes.h |
Include | #include "PlatformCryptoTypes.h" |
EPlatformCryptoResult SetAuthTag
&40;
const TArrayView< const uint8 > AuthTag
&41;
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
Name | Description |
---|---|
AuthTag | The Auth Tag used to validate integrity of the the encrypted data during decryption. |