Navigation
API > API/Plugins > API/Plugins/PlatformCryptoOpenSSL > API/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_PS256
(
const TArrayView < const char > Message,
const TArrayView < const uint8 > Signature,
const TArrayView < const uint8 > PKCS1Key
)
Remarks
Verify a hashed PS256 message with a signature. Whether the verify operation was successful
Parameters
| Name | Description |
|---|---|
| Message | The hashed message |
| Signature | Signature to verify with |
| PKCS1Key | Handle to the RSA key in PKCS1 format |