Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.31 KB

VerifyEcDsa.md

File metadata and controls

20 lines (16 loc) · 1.31 KB

akeyless.Model.VerifyEcDsa

verifyEcDsa is a command that verifies an ECDSA signature using a sha hash algorithm matching the key size

Properties

Name Type Description Notes
DisplayId string The display id of the EC key to use for the verification process [optional]
ItemId long The item id of the EC key to use for the verification process [optional]
Json bool Set output format to JSON [optional] [default to false]
KeyName string The name of the EC key to use for the verification process [optional]
Message string The message to be verified in a base64 format
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]