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 DecryptPrivate_RSA
&40;
TArrayView< const uint8 > Source,
TArray< uint8 > & Dest,
FRSAKeyHandle Key
&41;
Remarks
Decrypt a source with a private RSA key. Number of decrypted bytes
Parameters
| Name | Description |
|---|---|
| Source | Binary source message |
| Dest | Array for the encrypted data |
| Key | Handle to the key |