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