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 | Constructor to recreate key pair from public and private key. |
KeyPair | Constructor to generate key pair from 32 character long seed. |
KeyPair | Creates key pair, internally autogenerating the seed. |
Properties
PrivateKey | 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 | 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 bitmacOS Apple SiliconWindows 32 bitWindows 64 bitWindows ARM 64 bitLinux 32 bitLinux 64 bitLinux ARM 32 bitLinux ARM 64 bitiOS