Navigation
API > API/Plugins > API/Plugins/PlatformCryptoContext
Implementation details for SHA256 computation using OpenSSL
| Name | FSHA256HasherOpenSSL |
| Type | struct |
| Header File | /Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCryptoContext/Public/EncryptionContextOpenSSL.h |
| Include Path | #include "EncryptionContextOpenSSL.h" |
Syntax
struct FSHA256HasherOpenSSL
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| EncryptionContextOpenSSL.h | |||
| EncryptionContextOpenSSL.h | |||
FSHA256HasherOpenSSL
(
const FSHA256HasherOpenSSL& |
EncryptionContextOpenSSL.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| OutputByteLength | const uint32 | The final message digest length in bytes. | EncryptionContextOpenSSL.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Inner | TPimplPtr< FImplDetails > | EncryptionContextOpenSSL.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
EPlatformCryptoResult Finalize
(
const TArrayView< uint8 > OutDataBuffer |
Finalize the computation of the message digest. | EncryptionContextOpenSSL.h | |
| Initialize the necessary state to begin computing a message digest. | EncryptionContextOpenSSL.h | ||
EPlatformCryptoResult Update
(
const TArrayView< const uint8 > InDataBuffer |
Update the message digest computation with additional bytes | EncryptionContextOpenSSL.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| EncryptionContextOpenSSL.h | |||
FSHA256HasherOpenSSL & operator=
(
const FSHA256HasherOpenSSL& |
EncryptionContextOpenSSL.h |