IEngineCrypto::CreateRSAKey

Create a new RSA key from the given little-endian exponents and modulus

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/IEngineCrypto.h

Include

#include "Misc/IEngineCrypto.h"

Syntax

FRSAKeyHandle CreateRSAKey
(
    const TArrayView< const uint8 > InPublicExponent,
    const TArrayView< const uint8 > InPrivateExponent,
    const TArrayView< const uint8 > InModulus
)

Remarks

Create a new RSA key from the given little-endian exponents and modulus

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