Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc > API/Runtime/Core/Misc/IEngineCrypto
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/IEngineCrypto.h |
Include | #include "Misc/IEngineCrypto.h" |
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