Navigation
Unreal Engine C++ API Reference > Plugins > PlatformCryptoOpenSSL > FEncryptionContextOpenSSL
References
Module | PlatformCryptoOpenSSL |
Header | /Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCryptoOpenSSL/Public/EncryptionContextOpenSSL.h |
Include | #include "EncryptionContextOpenSSL.h" |
Source | /Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCryptoOpenSSL/Private/EncryptionContextOpenSSL.cpp |
bool DigestSign_RS256
(
const TArrayView < const uint8 > Message,
TArray < uint8 > & Signature,
FRSAKeyHandle Key
)
Remarks
Sign a message with RS256. Whether the sign operation was successful
Parameters
Name | Description |
---|---|
Message | The message |
Signature | The resulting signature |
Key | Handle to the RSA key |