Navigation
API > API/Plugins > API/Plugins/PlatformCryptoContext
Implementation details for ed25519 verify signature using OpenSSL
| Name | FVerifierEd25519OpenSSL |
| Type | class |
| Header File | /Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCryptoContext/Public/EncryptionContextOpenSSL.h |
| Include Path | #include "EncryptionContextOpenSSL.h" |
Syntax
class FVerifierEd25519OpenSSL
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| EncryptionContextOpenSSL.h | |||
| EncryptionContextOpenSSL.h | |||
FVerifierEd25519OpenSSL
(
const FVerifierEd25519OpenSSL& |
EncryptionContextOpenSSL.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FVerifierEd25519OpenSSL() |
EncryptionContextOpenSSL.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| KeyBufferLength | const uint32 | The key length in bytes. | EncryptionContextOpenSSL.h |
| SignatureLength | const uint32 | The signature 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 |
|---|---|---|---|
bool IsReady() |
Check if verifier are ready | EncryptionContextOpenSSL.h | |
bool SetPublicKey
(
const TArrayView< const uint8 > Key |
Set public key for verify signature | EncryptionContextOpenSSL.h | |
bool Verify
(
const TArrayView< const uint8 > Message, |
Verify data block | EncryptionContextOpenSSL.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| EncryptionContextOpenSSL.h | |||
FVerifierEd25519OpenSSL & operator=
(
const FVerifierEd25519OpenSSL& |
EncryptionContextOpenSSL.h |