Generates a new Ed25519 keypair.
|
In
Exec
|
|
|
Password
String
|
password used for private key encryption encoded as UTF8. If left empty, private key will be unencrypted. AES256-CBC cipher is used for key encryption. |
|
Out
Exec
|
|
|
Error Message
String
|
if failed, error message |
|
Public Key (P EM)
Array of Bytes
|
if successful, raw, PEM-encoded public key data |
|
Private Key (P EM)
Array of Bytes
|
if successful, raw, PEM-encoded private key data |
|
Success
Boolean
|
True if generation succeeded, false otherwise |