e-CryptIt Engine Xojo Plugin

EinhugurEd25519.KeyPair Class (console safe)

Key pair class to use with the EinhugurEd25519 public key signing module.

Object
   KeyPair

class EinhugurEd25519.KeyPair

Constructors

KeyPair (console safe) Constructor to recreate key pair from public and private key.
KeyPair (console safe) Constructor to generate key pair from 32 character long seed.
KeyPair (console safe) Creates key pair, internally autogenerating the seed.

Properties

PrivateKey (console safe) The private key (64 characters) as binary data. If wanting to represent the key in any human readable form then you can do so by using EncodeHex on it.
PublicKey (console safe) The private key (32 characters) as binary data. If wanting to represent the key in any human readable form then you can do so by using EncodeHex on it.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 32 bit
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 32 bit
  • Linux 64 bit
  • Linux ARM 32 bit
  • Linux ARM 64 bit
  • iOS