Create Signing Key

This method creates keypairs using one of the following ciphers:ED25519 (Edwards Curve)RSANote: The recommended signature cipher is ED25519 (Edwards Curve) since it uses much shorter keys and therefore decreases the header size. However, for development frameworks that do not support ED25519, RSA is also supported.Following a successful completion, the following keys are returned:Private KeyPublic Ke...