Amadis

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Generate a 2048 bits RSA key pair

Verb

POST

Resource

/api/cryptoprovider/v1/key/rsakey

Content type

application/json

Body

N/A

The response data is a JSON object with the following structure:

{

Field

Description

“value”: ”<random byte string>”

32 bytes HSM generated, Base64 encoded, random byte string.

}


  • No labels