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