Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.4 KB

VerifyPKCS1.md

File metadata and controls

21 lines (17 loc) · 1.4 KB

akeyless.Model.VerifyPKCS1

Properties

Name Type Description Notes
DisplayId string The display id of the key to use in the verification process [optional]
HashFunction string HashFunction defines the hash function (e.g. sha-256) [optional]
InputFormat string Select default assumed format for the plaintext message. Currently supported options: [base64] [optional]
ItemId long The item id of the key to use in the verification process [optional]
Json bool Set output format to JSON [optional] [default to false]
KeyName string The name of the RSA key to use in the verification process
Message string The message to be verified
Prehashed bool 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 int The version of the key to use for verification [optional]

[Back to Model list] [Back to API list] [Back to README]