Skip to content

Latest commit

 

History

History
21 lines (17 loc) · 1.37 KB

VerifyPKCS1.md

File metadata and controls

21 lines (17 loc) · 1.37 KB

VerifyPKCS1

Properties

Name Type Description Notes
display_id str The display id of the key to use in the verification process [optional]
hash_function str HashFunction defines the hash function (e.g. sha-256) [optional]
input_format str Select default assumed format for the plaintext message. Currently supported options: [base64] [optional]
item_id int The item id of the key to use in the verification process [optional]
json bool Set output format to JSON [optional] [default to False]
key_name str The name of the RSA key to use in the verification process
message str The message to be verified
prehashed bool Markes that the message is already hashed [optional]
signature str The message's signature
token str Authentication token (see `/auth` and `/configure`) [optional]
uid_token str 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]