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" |
int32 DecryptPrivate
(
const TArrayView < const uint8 > InSource,
TArray < uint8 > & OutDestination,
FRSAKeyHandle InKey
)
Remarks
Decrypt the supplied byte data using the given private key