> For the complete documentation index, see [llms.txt](https://esignature.govstack.global/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://esignature.govstack.global/3-terminology.md).

# 3 Terminology

We recognise there are common terms across all ID related Building Blocks (Identity, E-Signature, Consent, Wallet).  We define these [here](https://identity.govstack.global/3-terminology/id-related-bb-common-terminology).

In addition the following terms are specific to the e-Signature Building Block.

### e-Signature

*(also known as eSignature, electronic signature, digital signature)*

A data unit which is used by a Signatory to indicate his or her link to a Document

### Certificate

Data that links a public key to a natural person and confirms the name of that person

### Signatory/User

A natural person or an application delegated by the user who can create a digital signature

### eSignature creation device (SCD)

Configured software and/or hardware used to create an eSignature. Two types of eSignature creation devices are supported:

* Local - Private keys are stored locally on mobile devices.
* Remote - Private keys are stored on the remote secure storage.

### Signing application, Signature requestor, Third-Party

An application that has the Document that needs the Signatory's signature

### Document (to be signed)

Data that needs to be signed by the Signatory. It can be any data file in an arbitrary format. Document to be signed is usually handled by a third party and made available to Signatory after signing.

### Onboarding

The process of identifying Signatory, issuing a Certificate, and binding it to an eSignature Creation Device.\
User identification is performed using Govstack's [Identity Building Block](https://identity.govstack.global).

### Hardware Security Module (HSM)

Hardware Security Module - a device or software that can store private keys safely.

### Signature Creation Device (SCD)

Signature Creation Device - Can be local or remote based on where the keys are stored.

### X509

A certificate format as defined in [V3](https://www.rfc-editor.org/rfc/rfc5280)

### Timestamp

Compliant to [RFC3161](https://www.rfc-editor.org/rfc/rfc3161)

### Sign

The process of using [SCD](#signature-creation-device-scd) or One Time signature APIs to encrypt the hash of the document.

### Certificate Signing Request (CSR)

Certificate Signing Request as per [RFC 2986](https://datatracker.ietf.org/doc/html/rfc2986)

### One time Signature

A private key is created upon authentication of the user and expires right after the signature. Should not be confused with OTS or related signature models.

### Revocation

All revocation of certificates will be available over [OCSP](https://www.rfc-editor.org/rfc/rfc8954.html). Follows the respective standards RFC 8954.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://esignature.govstack.global/3-terminology.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
