Navigation
API > API/Runtime > API/Runtime/RSA > API/Runtime/RSA/FRSA
Description
Create a new RSA public/private key from the supplied exponents and modulus binary data. Each of these arrays should contain a single little endian large integer value
| Name | CreateKey |
| Type | function |
| Header File | /Engine/Source/Runtime/RSA/Public/RSA.h |
| Include Path | #include "RSA.h" |
| Source | /Engine/Source/Runtime/RSA/Private/RSA.cpp |
static FRSAKeyHandle CreateKey
(
const TArray< uint8 > & InPublicExponent,
const TArray< uint8 > & InPrivateExponent,
const TArray< uint8 > & InModulus
)