IPlatformCryptoDecryptor::GetCipherBlockSizeBytes

Get the block size of the decryption cipher for this object.

Windows
MacOS
Linux

References

Module

PlatformCryptoTypes

Header

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

Include

#include "PlatformCryptoTypes.h"

Syntax

int32 GetCipherBlockSizeBytes() const

Remarks

Get the block size of the decryption cipher for this object. It is best when input data is a multiple of this.

Returns

Block size for our cipher

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