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 DigestVerify_RS256
(
const TArrayView < const uint8 > Message,
const TArrayView < const uint8 > Signature,
FRSAKeyHandle Key
)
Remarks
Verify a hashed RS256 message with a signature. Whether the verify operation was successful
Parameters
Name | Description |
---|---|
Message | The hashed message |
Signature | Signature to verify with |
Key | Handle to the RSA key |