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 |
FRSAKeyHandle CreateKey_RSA
(
const TArrayView < const uint8 > PublicExponent,
const TArrayView < const uint8 > PrivateExponent,
const TArrayView < const uint8 > Modulus
)
Remarks
Create an RSA key from a binary public/private exponent and modulus. The created RSA key
Parameters
| Name | Description |
|---|---|
| PublicExponent | Binary key public exponent |
| PrivateExponent | Binary key private exponent |
| Modulus | Binary key modulus |