verifyRsaSsaPss is a command that Verifies an rsassa-pss signature
Name | Type | Description | Notes |
---|---|---|---|
displayId | String | The display id of the RSA key to use in the verification process | [optional] |
hashFunction | String | HashFunction defines the hash function (e.g. sha-256) | [optional] |
itemId | Long | The item id of the RSA key to use in the verification process | [optional] |
json | Boolean | Set output format to JSON | [optional] |
keyName | String | The name of the RSA key to use in the verification process | [optional] |
message | String | The input message to verify in a base64 format | |
prehashed | Boolean | Markes that the message is already hashed | [optional] |
signature | String | The message's signature | |
token | String | Authentication token (see `/auth` and `/configure`) | [optional] |
uidToken | String | The universal identity token, Required only for universal_identity authentication | [optional] |
version | Integer | The version of the key to use for verification | [optional] |