Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > IEngineCrypto
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/IEngineCrypto.h |
Include | #include "Misc/IEngineCrypto.h" |
FRSAKeyHandle CreateRSAKey
&40;
const TArrayView< const uint8 > InPublicExponent,
const TArrayView< const uint8 > InPrivateExponent,
const TArrayView< const uint8 > InModulus
&41;
Remarks
Create a new RSA key from the given little-endian exponents and modulus