Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.17 KB

File metadata and controls

23 lines (15 loc) · 1.17 KB

SignEcDsa

signEcDsa Calculates the signature of a given message using ECDSA and a sha hash algorithm matching the key size

Properties

Name Type Description Notes
accessibility String for personal password manager [optional]
displayId String The display id of the EC key to use for the signing process [optional]
itemId Long The item id of the EC key to use for the signing process [optional]
json Boolean Set output format to JSON [optional]
keyName String The name of the EC key to use for the signing process [optional]
message String The input message to sign in a base64 format
prehashed Boolean Markes that the message is already hashed [optional]
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 signing [optional]