FRSA::CreateKey

Create a new RSA public/private key from the supplied exponents and modulus binary data.

Windows
MacOS
Linux

References

Module

RSA

Header

/Engine/Source/Runtime/RSA/Public/RSA.h

Include

#include "RSA.h"

Source

/Engine/Source/Runtime/RSA/Private/RSA.cpp

Syntax

static FRSAKeyHandle CreateKey
(
    const TArray< uint8 > & InPublicExponent,
    const TArray< uint8 > & InPrivateExponent,
    const TArray< uint8 > & InModulus
)

Remarks

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss