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 DecryptPrivate_RSA
(
TArrayView < const uint8 > Source,
TArray < uint8 > & Dest,
FRSAKeyHandle Key
)
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 |