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 Current »

Generate 32 bytes random string

Verb

GET

Resource

/api/cryptoprovider/v1/random

Content type

N/A

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