Navigation
Unreal Engine C++ API Reference > Plugins > PlatformCryptoOpenSSL > FEncryptionContextOpenSSL
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 |
int32 EncryptPrivate_RSA
&40;
TArrayView< const uint8 > Source,
TArray< uint8 > & Dest,
FRSAKeyHandle Key
&41;
Remarks
Encrypt a source with a private RSA key. Number of encrypted bytes
Parameters
Name | Description |
---|---|
Source | Binary source message |
Dest | Array for the encrypted data |
Key | Handle to the key |