> For the complete documentation index, see [llms.txt](https://docs.signius.eu/manuals/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.signius.eu/manuals/signius-sealing-server-and-client/sealing-formats-and-file-types.md).

# Sealing formats & file types

## PAdES - PDF Advanced Electronic Signature

### Packaging

* Internally Detached

### Profile

* PAdES-BES → Basic signature, contains the signer’s certificate but no timestamp or additional validation data.&#x20;
* PAdES-T → PAdES-BES + a timestamp, proving when the signature was created.&#x20;
* PAdES-Timestamp → Timestamp applied to the document without a signature (used for proving existence at a given time).&#x20;
* PAdES-LT → PAdES-T + OCSP/CRL validation data to ensure that the certificate was valid at the time of signing. Ensures the document remains valid without requiring external verification.&#x20;
* PAdES-LTV → PAdES-LT + archival timestamps for full archival support.&#x20;

### File Types

* .pdf

## XAdES - XML Advanced Electronic Signatures

### Packaging

* Detached,&#x20;
* Enveloped,&#x20;
* Enveloping&#x20;

### Profile

* XAdES-BES → Basic signature, contains the signer’s certificate but no timestamp or additional validation data.&#x20;
* XAdES-EPES → XAdES-BES + a reference to a specific signature policy for validation.&#x20;
* XAdES-T → XAdES-BES + a timestamp, proving when the signature was created.&#x20;
* XAdES-C → XAdES-T + OCSP/CRL validation data to ensure that the certificate was valid at the time of signing.&#x20;
* XAdES-X → XAdES-C + a timestamp covering the entire signature structure, ensuring long-term validity.&#x20;
* XAdES-XL → XAdES-X + all necessary certificate and revocation data embedded, making the signature independently verifiable even without external servers.&#x20;
* XAdES-A → XAdES-XL + archival timestamps, periodically updated to extend the validity of the signature indefinitely.&#x20;

### File Types

* .xml
* any binary file (for Detached and Enveloping packaging only)

## CAdES - CMS Advanced Electronic Signature

### Packaging

* Detached,&#x20;
* Internally Detached,&#x20;
* Enveloped,&#x20;
* Enveloping&#x20;

### Profile

* CAdES-BES → Basic signature with signer's certificate but no timestamp or additional validation data.&#x20;
* CAdES-T → CAdES-BES + a timestamp, proving when the signature was created.&#x20;

### File Types

* any (including .tiff \[type 7])

## JAdES - JSON Advanced Electronic Signature

### Packaging

* Detached,&#x20;
* Enveloped&#x20;

### Profile

* JADES-BES → Basic signature with signer's certificate but no timestamp or additional validation data.&#x20;

### File Types

* .json

## ASiC - Associated Signature Containers

### Packaging

* Detached,&#x20;
* Enveloped&#x20;

### Profile

* ASiC-BES → Basic signature with signer's certificate but no timestamp or additional validation data.&#x20;
* ASiC-T → ASiC-BES + a timestamp, proving when the signature was created.&#x20;
* ASiC-LT → ASiC-T + OCSP/CRL validation data to ensure that the certificate was valid at the time of signing. Ensures the document remains valid without requiring external verification.&#x20;
* ASiC-LTA → ASiC-LT + archive timestamps for full archival support.&#x20;

### File Types

* container with any file type

## Authenticode - Microsoft code-signing &#x20;

Digital signature format used to determine the origin and integrity of software binaries.

### Packaging

* Enveloped&#x20;

### Profile

* BES → Basic signature with signer's certificate but no timestamp or additional validation data. (Standard Code Signing)
* T → BES + a timestamp, proving when the signature was created. (Timestamped Code Signing)

### File Types

* .exe
* .msi
* .dll
* .cab
* .ocx

&#x20;
