Skip to main content
Version: 0.2

Register KeyPair

Register KeyPair

It allows to generate a pair of cryptographic keys in the node that can then be assigned to a subject. The private key is never revealed.

Path Parameters
  • algorithm string required

    Type of algorithm to use (possibilities: Ed25519, Secp256k1)

Responses

Public Key of the generated keypair


Schema
  • string
Loading...