Signature commands with session
Session login
The session login consists of a PUT request which contains a JSON structure with password. The response contains a session id and a sessionkey, these are required for the subsequent signature commands. A session is valid for one hour. With each successful signature command the validity increases by one hour. At the latest at midnight a session is terminated.
Session logout
This command is used to prematurely terminate a session.
Create signature (session)
This command corresponds to that in chapter Create signature, instead of user name and password and sessionid and sessionkey is passed.
Create signature (session), pass hash value
This command corresponds to that in chapter Create signature, instead of user name and password and sessionid and sessionkey is passed.
Create signature (session), plaintext
This command corresponds to that in chapter Create signature, instead of user name and password and sessionid and sessionkey is passed.
Create signature (session), JWS
This command corresponds to that in chapter Create signature, instead of user name and password and sessionid and sessionkey is passed.