Navigation
API > API/Plugins > API/Plugins/PlatformCryptoContext
Implementation details for ed25519 signing using OpenSSL
| Name | FSignerEd25519OpenSSL |
| Type | class |
| Header File | /Engine/Plugins/Experimental/PlatformCrypto/Source/PlatformCryptoContext/Public/EncryptionContextOpenSSL.h |
| Include Path | #include "EncryptionContextOpenSSL.h" |
Syntax
class FSignerEd25519OpenSSL
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| EncryptionContextOpenSSL.h | |||
| EncryptionContextOpenSSL.h | |||
FSignerEd25519OpenSSL
(
const FSignerEd25519OpenSSL& |
EncryptionContextOpenSSL.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FSignerEd25519OpenSSL() |
EncryptionContextOpenSSL.h |
Constants
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| KeyBufferLength | const uint32 | The key length in bytes. | EncryptionContextOpenSSL.h |
| OutputSignatureLength | const uint32 | The final 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 signer are ready | EncryptionContextOpenSSL.h | |
bool SetPrivateKey
(
const TArrayView< const uint8 > Key |
Set private key for signing | EncryptionContextOpenSSL.h | |
bool Sign
(
const TArrayView< const uint8 > Message, |
Signing data block | EncryptionContextOpenSSL.h |
Operators
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| EncryptionContextOpenSSL.h | |||
FSignerEd25519OpenSSL & operator=
(
const FSignerEd25519OpenSSL& |
EncryptionContextOpenSSL.h |