Glossary

37 terms across e-signature law, cryptography, and AI agent infrastructure — explained for developers. Each definition links to the relevant legislation, Signbee features, and related blog posts.

Building with Signbee? Start with the legal foundations: ESIGN Act (US), eIDAS (EU), ECA (UK). For the cryptographic audit trail, see SHA-256.

37

Terms

7

Categories

3

Jurisdictions

Dev

Focused

E-Signature Fundamentals

(8)

Core concepts — what electronic signatures are, how they differ from digital signatures, and the signing process.

Electronic Signature (E-Signature)

An electronic indication of a person's intent to agree to the content of a document. It can take many forms: a typed name, a drawn signature, a click-to-agree button, or a cryptographic digital signature.

Digital Signature

A specific type of electronic signature that uses public-key cryptography to verify the signer's identity and ensure the document has not been tampered with. More secure than a standard electronic signature.

Wet Signature

A traditional handwritten signature made with pen and ink on a physical document. Called 'wet' because the ink needs to dry. Still required for certain legal documents.

Signing Ceremony

The complete process a signer goes through to sign a document electronically: receiving the document, reviewing it, choosing a signature style, and applying their signature.

Signing Link

A unique, secure URL sent to the document recipient that opens the signing ceremony. The link is typically single-use, time-limited, and contains a token that identifies the specific document and signer.

Audit Trail

A chronological record of all actions taken on a document, including who signed, when they signed, from what IP address, and how their identity was verified.

Non-Repudiation

A security property that prevents a signer from denying they signed a document. Achieved through cryptographic evidence (digital signatures, audit trails, timestamps) that proves the signer's identity and intent at the time of signing.

Click-Wrap Agreement

An agreement formed when a user clicks an 'I agree' button or checkbox. Common in software installations, SaaS terms, and app downloads. A type of electronic signature.

Developer & API

(7)

Technical concepts for integrating e-signatures into applications and workflows.

Frequently Asked Questions

What is the difference between an electronic signature and a digital signature?

An electronic signature is any electronic indication of intent to sign — a legal concept. A digital signature is a specific cryptographic technology using PKI. All digital signatures are electronic signatures, but not all electronic signatures are digital signatures. For most business contracts, a standard e-signature with an audit trail is sufficient.

What legislation makes e-signatures legal?

Three main frameworks: the ESIGN Act (US, 2000), the eIDAS Regulation (EU, 2014), and the ECA (UK, 2000). Together they cover most global business transactions. See our compliance guide for details.

What is SHA-256 and why does it matter for signed documents?

SHA-256 is a cryptographic hash function that generates a unique 256-bit fingerprint of a document. If even one character changes, the hash changes completely. Every Signbee document includes a SHA-256 hash on the signing certificate, enabling tamper detection.

What is MCP and how does it relate to e-signatures?

The Model Context Protocol (MCP) is an open standard that lets AI assistants like Claude, Cursor, and Windsurf discover and use external tools. Signbee's MCP server exposes a send_document tool, enabling AI agents to send documents for signature without writing API calls.