Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ subtitle: Learn how Idura Signatures handles your documents securely and safely.

- **Signature order is created:** When you create a signature order with `createSignatureOrder`, you send along document blobs with it. Upon receiving the order, we validate and encrypt it, then store it on Azure servers.
- **Signatory signs:** Whenever a signatory needs to sign a document, we download and decrypt it to show it to the user.
Once the user signs, we embed the signatory evidence (usually eID claims returned by Idura Verify) inside the PDF and seal it with Idura's AATL certificate.
Once the user signs, we embed the signatory evidence (usually eID claims returned by Idura Verify) inside the PDF and seal it with Idura's EUTL certificate.
After sealing the PDF, we encrypt it again and store it on Azure servers, ready for the next person to sign.
- **Signature order is closed:** Upon closing a signature order, we apply a final document timestamp to the PDF to ensure that the data inside is valid for multiple years.
You should always request document blobs as part of the close response, as this is the last time they will be available. After closing the order, the documents will be deleted from Idura's servers.
Expand Down
Loading