CreateKeystoreFile

Creates a new KeyStore file using an existing private key.

These are no longer used as of Unreal 0.4.0. Use private key in write method instead!

This method isn't available in the Unreal Marketplace version. It requires the version available on our Github! It also doesn't work on the Mac version.

Inputs

TypeNameDescription

FString

Path

Where to store a keystore.

FString

Password

The password that will encrypt our KeyStore File.

FString

PublicKey

The public key to use to create the KeyStore.

FString

PrivateKey

The private key to use to create the KeyStore.

Outputs

TypeDescription

FString

Response

The response.

EErrorCode

Status Code

The status code.

Last updated