<style id="elementor-post-19482">.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-e460d24 */* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

body {
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
	line-height: 1.8;
	color: #333;
	background-color: #f8f9fa;
}

.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 20px;
}

#ai-header {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 60px 20px;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 40px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

#ai-header h1 {
	font-size: 2.5em;
	margin-bottom: 15px;
	font-weight: 700;
}

.lead-paragraph {
	font-size: 1.15em;
	line-height: 1.6;
	color: white;
	opacity: 0.95;
	margin: 10px 0;
}

.content-section {
	background: white;
	padding: 40px;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

h2 {
	color: #667eea;
	font-size: 2em;
	margin-bottom: 25px;
	padding-bottom: 15px;
	border-bottom: 3px solid #667eea;
}

h3 {
	color: #764ba2;
	font-size: 1.5em;
	margin-top: 30px;
	margin-bottom: 15px;
}

h4 {
	color: #5a6c7d;
	font-size: 1.2em;
	margin-top: 20px;
	margin-bottom: 10px;
}

p {
	margin-bottom: 20px;
}

ul, ol {
	margin-bottom: 20px;
	padding-left: 30px;
}

li {
	margin-bottom: 10px;
}

.info-box {
	background: #e8f4f8;
	border-left: 5px solid #17a2b8;
	padding: 25px;
	margin: 25px 0;
	border-radius: 8px;
}

.highlight-box {
	background: #d4edda;
	border-left: 5px solid #28a745;
	padding: 25px;
	margin: 25px 0;
	border-radius: 8px;
}
.stats-box {
	background: linear-gradient(135deg, #FF6B35 0%, #F7931E 100%);
	color: white;
	padding: 30px;
	margin: 25px 0;
	border-radius: 8px;
	text-align: center;
}

.stats-box h3 {
	color: white;
	font-size: 3em;
	margin: 10px 0;
}
.warning-box {
	background: #fff3cd;
	border-left: 5px solid #ffc107;
	padding: 25px;
	margin: 25px 0;
	border-radius: 8px;
}

.problem-box {
	background: #f8d7da;
	border-left: 5px solid #dc3545;
	padding: 25px;
	margin: 25px 0;
	border-radius: 8px;
}

table {
	width: 100%;
	border-collapse: collapse;
	margin: 30px 0;
	background: white;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

th {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 15px;
	text-align: left;
	font-weight: 600;
}

td {
	padding: 15px;
	border-bottom: 1px solid #e0e0e0;
}

tr:nth-child(even) {
	background-color: #f8f9fa;
}

.solution-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 25px;
	margin: 30px 0;
}

.solution-card {
	background: #f8f9fa;
	padding: 25px;
	border-radius: 8px;
	border-top: 4px solid #28a745;
}

.solution-card h4 {
	color: #28a745;
	margin-top: 0;
}

.key-points {
	list-style: none;
	padding: 0;
}

.key-points li {
	padding: 15px;
	margin-bottom: 15px;
	background: #f8f9fa;
	border-left: 4px solid #28a745;
	border-radius: 4px;
}

.key-points li strong {
	color: #28a745;
}

.cta-section {
	background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
	color: white;
	padding: 50px;
	text-align: center;
	border-radius: 10px;
	margin: 40px 0;
}

.cta-section h3 {
	color: white;
	font-size: 2em;
	margin-bottom: 15px;
	margin-top: 0;
}

.cta-button {
	display: inline-block;
	background: white;
	color: #667eea;
	padding: 15px 40px;
	border-radius: 50px;
	text-decoration: none;
	font-weight: bold;
	margin-top: 20px;
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover {
	transform: scale(1.05);
	box-shadow: 0 10px 25px rgba(0,0,0,0.2);
}

strong {
	color: #2c3e50;
}

@media (max-width: 768px) {
	#ai-header h1 {
		font-size: 1.8em;
	}

	h2 {
		font-size: 1.6em;
	}

	.content-section {
		padding: 25px;
	}

	.solution-grid {
		grid-template-columns: 1fr;
	}
}/* End custom CSS */</style>{"id":19482,"date":"2026-09-23T14:26:00","date_gmt":"2026-09-23T12:26:00","guid":{"rendered":"https:\/\/www.e-signature.eu\/?p=19482"},"modified":"2026-09-25T08:30:11","modified_gmt":"2026-09-25T06:30:11","slug":"qualified-electronic-timestamp-how-your-registered-mail-is-protected","status":"publish","type":"post","link":"https:\/\/www.e-signature.eu\/en\/qualified-electronic-timestamp-how-your-registered-mail-is-protected\/","title":{"rendered":"Qualified Electronic Timestamp: How Your Registered Mail is Protected"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"19482\" class=\"elementor elementor-19482 elementor-19480\" data-elementor-post-type=\"post\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b709280 elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b709280\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-70c8ab1\" data-id=\"70c8ab1\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-e460d24 elementor-widget elementor-widget-text-editor\" data-id=\"e460d24\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"text-editor.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t\t\t<p><style>\n  \/* === BASE STYLES (copy verbatim) === *\/<br \/>\n  #ai-header {<br \/>\n    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);<br \/>\n    color: white;<br \/>\n    padding: 50px 40px;<br \/>\n    border-radius: 10px;<br \/>\n    margin-bottom: 35px;<br \/>\n    text-align: center;<br \/>\n  }<br \/>\n  #ai-header h1 { font-size: 1.9em; font-weight: 700; margin: 0 0 15px 0; color: white; line-height: 1.3; }<br \/>\n  #ai-header .lead-paragraph { font-size: 1.05em; opacity: 0.92; max-width: 750px; margin: 0 auto; line-height: 1.65; color: white; }<\/p>\n<p>  .content-section { margin-bottom: 10px; }<br \/>\n  .content-section h2 { color: #667eea; border-bottom: 2px solid #667eea; padding-bottom: 8px; margin-top: 45px; font-size: 1.45em; }<br \/>\n  .content-section h3 { color: #4a4a6a; margin-top: 28px; font-size: 1.15em; }<br \/>\n  .content-section p { line-height: 1.75; color: #333; }<\/p>\n<p>  .callout-box { background: #f0f4ff; border-left: 4px solid #667eea; padding: 18px 22px; border-radius: 6px; margin: 25px 0; }<br \/>\n  .callout-box h4 { color: #667eea; margin: 0 0 8px 0; font-size: 1em; }<\/p>\n<p>  .success-box { background: #f0faf3; border-left: 4px solid #28a745; padding: 18px 22px; border-radius: 6px; margin: 25px 0; }<br \/>\n  .success-box h4 { color: #1e7e34; margin: 0 0 8px 0; font-size: 1em; }<\/p>\n<p>  .warning-box { background: #fffbf0; border-left: 4px solid #f0a500; padding: 18px 22px; border-radius: 6px; margin: 25px 0; }<br \/>\n  .warning-box h4 { color: #b37a00; margin: 0 0 8px 0; font-size: 1em; }<\/p>\n<p>  .scenario-box { background: #fff8e1; border-left: 4px solid #ffc107; padding: 16px 20px; border-radius: 6px; margin: 20px 0; font-size: 0.95em; line-height: 1.65; }<\/p>\n<p>  ul.key-points { background: linear-gradient(135deg, #667eea11, #764ba211); border: 1px solid #667eea44; border-radius: 10px; padding: 22px 22px 22px 40px; margin: 30px 0; list-style: none; }<br \/>\n  ul.key-points li { line-height: 1.75; color: #333; font-size: 0.95em; margin-bottom: 6px; position: relative; }<br \/>\n  ul.key-points li::before { content: \"\u2714\"; color: #667eea; font-weight: bold; position: absolute; left: -22px; }<\/p>\n<p>  .price-highlight { font-weight: 700; color: #667eea; }<\/p>\n<p>  .cta-section { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white; padding: 45px 40px; text-align: center; border-radius: 10px; margin-top: 45px; }<br \/>\n  .cta-section h3 { color: white; margin-top: 0; font-size: 1.5em; border-bottom: none; }<br \/>\n  .cta-section p { opacity: 0.92; margin-bottom: 25px; font-size: 1.05em; color: white; }<br \/>\n  .cta-button { display: inline-block; background: white; color: #667eea; font-weight: 700; padding: 14px 34px; border-radius: 30px; text-decoration: none; font-size: 1.05em; }<br \/>\n  .cta-button:hover { color: #764ba2; }<\/p>\n<p>  .comparison-table { width: 100%; border-collapse: collapse; margin: 30px 0; font-size: 0.93em; }<br \/>\n  .comparison-table th { background: #667eea; color: white; padding: 12px 15px; text-align: left; font-weight: 600; }<br \/>\n  .comparison-table td { padding: 11px 15px; border-bottom: 1px solid #e8e8e8; vertical-align: middle; color: #333; }<br \/>\n  .comparison-table tr:nth-child(even) td { background: #f8f9fa; }<br \/>\n  .comparison-table .highlight-row td { background: #f0f4ff !important; font-weight: 600; }<br \/>\n  .check { color: #28a745; font-weight: bold; }<br \/>\n  .cross { color: #dc3545; font-weight: bold; }<br \/>\n  .partial { color: #f0a500; font-weight: bold; }<\/p>\n<p>  \/* === ARTICLE-SPECIFIC STYLES === *\/<br \/>\n<\/style><\/p><div class=\"container\"><header id=\"ai-header\"><h1><span style=\"color: #ffffff;\">Qualified Electronic Timestamp: How Your Registered Mail is Protected<\/span><\/h1><p class=\"lead-paragraph\">Behind every electronic registered mail, cryptographic mechanisms guarantee the integrity of your document and the certification of its date. Here is how they work \u2014 simply explained.<\/p><\/header><div class=\"content-section\"><h2>Why digital trust needs technical proof<\/h2><p>When you send postal registered mail, trust rests on physical mechanisms: the sealed envelope, the post office stamp, the recipient&#8217;s signature on the acknowledgement of receipt. These are tangible, familiar forms of proof.<\/p><p>Electronic registered mail needs digital equivalents that are just as reliable. How can you prove a document existed on a specific date? How can you prove it has not been modified since sending? How can you prove the recipient actually received it?<\/p><p>The <strong>European eIDAS Regulation<\/strong> answers these questions by defining qualified trust services. This article explains concretely how they protect your registered mail \u2014 without unnecessary technical jargon.<\/p><\/div><div class=\"content-section\"><h2>The digital fingerprint (hash): your document&#8217;s DNA<\/h2><h3>\ud83e\uddec The simple analogy<\/h3><p>The digital fingerprint is to documents what the fingerprint is to people: a unique, tamper-proof identifier. Two different documents \u2014 even if they differ by a single comma \u2014 have completely different fingerprints. And it is mathematically impossible to reconstruct a document from its fingerprint.<\/p><h3>\ud83d\udd27 How it works<\/h3><p>A hashing algorithm (SHA-256 in the case of e-Signature.eu) transforms the entire content of your document into a fixed-length character string. This operation is <strong>deterministic<\/strong> (the same document always produces the same fingerprint) and <strong>irreversible<\/strong> (the document cannot be recovered from the fingerprint).<\/p><div class=\"scenario-box\"><h4>\ud83d\udd0d A concrete example<\/h4><p><strong>Original document:<\/strong> &#8220;The monthly rent is 1,200 euros.&#8221;<br \/><strong>Fingerprint:<\/strong> <code>a7f3b2c8d1e5\u2026<\/code> (64 hexadecimal characters)<\/p><p><strong>Modified document:<\/strong> &#8220;The monthly rent is 1,500 euros.&#8221;<br \/><strong>Fingerprint:<\/strong> <code>9e2d4f7a8b1c\u2026<\/code> (completely different)<\/p><p>\u2192 A single digit changed and the fingerprint changes entirely. The slightest alteration is detected.<\/p><\/div><p>The digital fingerprint is the technical foundation of the whole mechanism. It is what makes tampering detectable: if someone modifies your document, the fingerprint embedded in the timestamp will no longer match the modified document, and verification will fail immediately.<\/p><\/div><div class=\"content-section\"><h2>The Qualified Electronic Timestamp: proof of date and integrity<\/h2><h3>\ud83d\udd50 The simple analogy<\/h3><p>Imagine depositing a document with a notary. The notary records the exact date and time, affixes their seal and signs it. From that moment on, no one can dispute that the document existed on that date, nor claim that its content has changed since.<\/p><p>The Qualified Electronic Timestamp does exactly the same thing, but digitally and automatically.<\/p><h3>\ud83d\udd27 How it works<\/h3><p>When you send electronic registered mail on e-Signature.eu, here is what happens behind the scenes:<\/p><ul><li><strong>Fingerprint calculation<\/strong> \u2014 The digital fingerprint (SHA-256 hash) of your document is calculated, as explained above.<\/li><li><strong>Certification by a QTSP<\/strong> \u2014 This fingerprint is sent to a <strong>Qualified Trust Service Provider<\/strong> (QTSP), certified and audited at European level. The QTSP associates the exact date and time from its certified time source, then signs the whole with its qualified certificate.<\/li><li><strong>Timestamp token<\/strong> \u2014 The result is a timestamp token embedded in your PDF document. This token constitutes legal proof that your document existed in this exact form at that precise date and time.<\/li><\/ul><div class=\"callout-box\"><h4>\ud83d\udca1 What the Qualified Electronic Timestamp proves<\/h4><ul><li>\u2705 Your document <strong>existed<\/strong> at the indicated date and time<\/li><li>\u2705 Its content <strong>has not been modified<\/strong> since that date<\/li><li>\u2705 The date is <strong>certified by an independent trusted third party<\/strong> (not by you)<\/li><\/ul><\/div><h3>\u2696\ufe0f Legal value<\/h3><p><strong>Article 41 of the eIDAS Regulation<\/strong> is explicit: a qualified electronic timestamp benefits from a <strong>presumption of accuracy of the date and time<\/strong> it indicates, and a <strong>presumption of integrity<\/strong> of the data to which it is linked. This presumption is recognised across all 27 EU Member States.<\/p><p>In practice: if your counterparty disputes the date of your registered mail before a court, it is up to them to prove the timestamp is wrong \u2014 not up to you to prove it is right.<\/p><\/div><div class=\"content-section\"><h2>The signed acknowledgement of receipt: proof of receipt<\/h2><h3>\u270d\ufe0f The simple analogy<\/h3><p>This is the digital equivalent of the acknowledgement of receipt that the recipient signs at the post office counter. Except that here, identification relies on an eIDAS-compliant electronic signature \u2014 far harder to contest than a handwritten initial.<\/p><h3>\ud83d\udd27 How it works<\/h3><p>A separate document, titled &#8220;Acknowledgement of receipt&#8221;, is generated automatically. It includes:<\/p><ul><li>The <strong>Qualified Electronic Timestamp details<\/strong> (date, time, timestamping authority)<\/li><li>The <strong>digital fingerprint<\/strong> of the registered document<\/li><li>The <strong>details<\/strong> of the sender and the recipient<\/li><li>The <strong>legal notices<\/strong> on consent to electronic communication<\/li><\/ul><p>The recipient must sign this acknowledgement of receipt in order to access the registered document. They choose from the methods you have authorised: OTP by email (SES), Veriff (AES), itsme\u00ae or Evrotrust (QES).<\/p><div class=\"callout-box\"><h4>\ud83d\udca1 What the signed acknowledgement of receipt proves<\/h4><ul><li>\u2705 The recipient <strong>received<\/strong> the document<\/li><li>\u2705 Their <strong>identity<\/strong> is established by an eIDAS electronic signature<\/li><li>\u2705 They <strong>expressly consented<\/strong> to communication by electronic means<\/li><\/ul><p>\u26a0\ufe0f As long as the acknowledgement of receipt is not signed, the registered document is not transmitted to the recipient.<\/p><\/div><\/div><div class=\"content-section\"><h2>The dual protection of your registered mail<\/h2><p>On e-Signature.eu, two complementary layers create a complete chain of trust:<\/p><div class=\"success-box\"><h4>\ud83d\udd12 The 2 layers of protection<\/h4><ul><li><strong>1 \u2014 The Qualified Electronic Timestamp<\/strong> certifies the date and time, and protects the integrity of the content through the embedded digital fingerprint \u2192 proof of <em>when<\/em> and <em>what<\/em><\/li><li><strong>2 \u2014 The signed acknowledgement of receipt<\/strong> proves receipt by the recipient, identified by an eIDAS electronic signature \u2192 proof of <em>received by whom<\/em><\/li><\/ul><\/div><p>The Qualified Electronic Timestamp is applied <strong>automatically<\/strong> to your document as soon as the registered mail is sent, with no action required on your part. It is embedded in the PDF file that you and your recipient receive.<\/p><h3>What about process traceability?<\/h3><p>A third element completes the evidence file: the <strong>Audit Trail<\/strong>. This timestamped log automatically records every step of the registered mail \u2014 creation, invitation sent, automatic reminders, viewing, signature of the acknowledgement of receipt, or explicit refusal by the recipient.<\/p><p>The Audit Trail is consultable in real time from your dashboard and downloadable as a PDF once the procedure is finalised. It does not replace the two layers of cryptographic protection, but it documents the full course of the send.<\/p><\/div><div class=\"content-section\"><h2>How to verify these protections?<\/h2><p>The protections on your registered mail are not invisible \u2014 anyone can verify them.<\/p><h3>With Adobe Acrobat Reader<\/h3><p>Open the PDF document in Adobe Acrobat Reader. The <strong>&#8220;Signatures&#8221;<\/strong> or <strong>&#8220;Certificates&#8221;<\/strong> panel in the sidebar displays the protections:<\/p><ul><li>\u2705 <strong>Green check<\/strong>: timestamp or signature valid, document unmodified<\/li><li>\u26a0\ufe0f <strong>Yellow triangle<\/strong>: partial verification (certificate expired but protection still valid)<\/li><li>\u274c <strong>Red cross<\/strong>: protection invalid or document modified after application<\/li><\/ul><p>You can click on each element to see the details: signatory identity, certification authority, date and time of the timestamp.<\/p><h3>With the European Commission&#8217;s DSS tool<\/h3><p>For in-depth verification \u2014 in a legal context, for example \u2014 you can use the European Commission&#8217;s <strong>Digital Signature Service (DSS)<\/strong> tool. This free, independent tool verifies the eIDAS compliance of the signatures and timestamps in your document.<\/p><p><a href=\"https:\/\/ec.europa.eu\/digital-building-blocks\/DSS\/webapp-demo\/validation\" target=\"_blank\" rel=\"noopener\">Open the European Commission&#8217;s DSS verification tool \u2192<\/a><\/p><\/div><div class=\"content-section\"><h2>Qualified vs non-qualified: why it matters<\/h2><p>The term &#8220;timestamp&#8221; also exists in a non-qualified version. The difference is fundamental and concerns <strong>legal value<\/strong>.<\/p><table class=\"comparison-table\"><thead><tr><th>Criterion<\/th><th>Non-qualified timestamp<\/th><th>Qualified Electronic Timestamp<\/th><\/tr><\/thead><tbody><tr><td><strong>Issuer<\/strong><\/td><td>Any provider<\/td><td>QTSP certified and audited at European level<\/td><\/tr><tr><td><strong>Legal presumption<\/strong><\/td><td>\u274c No \u2014 evidential weight assessed by the judge<\/td><td>\u2705 Yes \u2014 presumption of accuracy and integrity (Art. 41)<\/td><\/tr><tr><td><strong>Burden of proof<\/strong><\/td><td>On you, to prove validity<\/td><td>On the challenging party, to prove invalidity<\/td><\/tr><tr><td><strong>EU recognition<\/strong><\/td><td>Limited to the issuing country<\/td><td>Automatic across all 27 Member States<\/td><\/tr><tr><td><strong>Audit and supervision<\/strong><\/td><td>No obligation<\/td><td>Regular audits by a conformity assessment body<\/td><\/tr><\/tbody><\/table><div class=\"callout-box\"><h4>\ud83d\udca1 On e-Signature.eu<\/h4><p>All electronic registered mail sent via e-Signature.eu <strong>automatically<\/strong> benefits from a Qualified Electronic Timestamp. There is nothing to configure or select: it is applied by default, at no extra cost.<\/p><\/div><div class=\"warning-box\"><h4>\u26a0\ufe0f An important point of vocabulary<\/h4><p>e-Signature.eu integrates <strong>qualified components<\/strong> (the Qualified Electronic Timestamp, eIDAS signatures) into an accessible, subscription-free service. The service is not, however, a <strong>fully qualified electronic registered delivery service<\/strong> within the meaning of Article 44 eIDAS \u2014 a qualification that requires formal identification of the sender through KYC or eID, and generally translates into a subscription model.<\/p><p>In concrete terms: your registered mail is <strong>admissible as evidence before the courts of all Member States<\/strong> (Article 43.1 eIDAS), and the Qualified Electronic Timestamp benefits from its <strong>own legal presumption<\/strong> (Article 41). The full presumption of Article 43.2 remains reserved for fully qualified services.<\/p><\/div><\/div><div class=\"content-section\"><h2>Frequently asked questions<\/h2><h3>Is the Qualified Electronic Timestamp included in the price of the registered mail?<\/h3><p>Yes. The Qualified Electronic Timestamp and the Audit Trail are <strong>included automatically<\/strong> in every electronic registered mail, at no extra charge. The price you pay (from 0.4 credit, i.e. less than \u20ac2 excl. VAT) covers the entire chain of trust.<\/p><h3>What happens if my document is modified after sending?<\/h3><p>This is precisely what the protection prevents. If someone modifies the document \u2014 even by a single character \u2014 the timestamp becomes <strong>immediately invalid<\/strong>. Any verification (Adobe Acrobat Reader, DSS tool) will display an alert indicating that the document has been altered after being protected.<\/p><h3>How long do these protections remain valid?<\/h3><p>The Qualified Electronic Timestamp remains valid <strong>indefinitely<\/strong> as evidence. QTSP certificates have a period of validity (generally several years), but protections applied during that period retain their legal value after the certificate expires. Your registered mail sent today remains protected and verifiable in 10, 20 or 30 years.<\/p><h3>Why is there no Qualified Electronic Seal on my document?<\/h3><p>A Qualified Electronic Seal identifies the <strong>author<\/strong> of a document \u2014 a legal entity. In electronic registered mail, the author of the document is <strong>you<\/strong>, the sender \u2014 not e-Signature.eu, which is merely the technical transmission provider. Affixing an e-Signature.eu seal to your document would therefore be inappropriate and would create confusion about the real origin of the content.<\/p><p>The Qualified Electronic Timestamp already fulfils the essential functions: it certifies the date <em>and<\/em> protects the integrity of the content through the digital fingerprint. A seal would be redundant on that count.<\/p><h3>Are these protections recognised outside the EU?<\/h3><p>The eIDAS Regulation is directly applicable in the <strong>27 EU Member States<\/strong>. Outside the EU, recognition depends on bilateral agreements and local law. In practice, eIDAS protections are widely recognised by international courts as solid evidence, thanks to the universal technical standards (ETSI, ISO) on which they rest.<\/p><\/div><div class=\"content-section\"><h2>Key takeaways<\/h2><ul class=\"key-points\"><li><strong>Automatic dual protection:<\/strong> Every electronic registered mail on e-Signature.eu combines a Qualified Electronic Timestamp (proof of date and integrity) and a signed acknowledgement of receipt (proof of receipt). Everything is applied automatically, at no extra cost.<\/li><li><strong>eIDAS legal presumption:<\/strong> The Qualified Electronic Timestamp benefits from a presumption of accuracy of the date and integrity of the data (Article 41), recognised across all 27 Member States \u2014 with a reversal of the burden of proof.<\/li><li><strong>Any modification is detectable:<\/strong> The digital fingerprint (SHA-256 hash) makes the slightest alteration of the document immediately visible. A single character changed and the timestamp becomes invalid.<\/li><li><strong>Complete traceability:<\/strong> The timestamped Audit Trail documents every step of the process, including automatic reminders and any refusal by the recipient. Consultable in real time, downloadable as a PDF.<\/li><li><strong>Verifiable by anyone:<\/strong> The protections can be verified with Adobe Acrobat Reader or the European Commission&#8217;s free DSS tool. No specialised software or technical expertise required.<\/li><li><strong>Valid indefinitely:<\/strong> The protections applied to your document retain their legal value even after the QTSP certificate expires.<\/li><\/ul><\/div><div class=\"cta-section\"><h3>Send registered mail protected by eIDAS<\/h3><p>Qualified Electronic Timestamp, signed acknowledgement of receipt and complete Audit Trail \u2014 included automatically. For less than \u20ac2 excl. VAT, no subscription.<\/p><p><a class=\"cta-button\" href=\"https:\/\/www.e-signature.eu\/en\/eidas-registered-electronic-mail\/\">Send registered mail \u2192<\/a><\/p><\/div><\/div>\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Qualified Electronic Timestamp: How Your Registered Mail is Protected Behind every electronic registered mail, cryptographic mechanisms guarantee the integrity of&#8230;<\/p>\n","protected":false},"author":3,"featured_media":19487,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"elementor_header_footer","format":"standard","meta":{"_acf_changed":false,"wds_primary_category":224,"footnotes":""},"categories":[233],"tags":[181],"class_list":["post-19482","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-registered-mail","tag-productivity"],"acf":[],"_links":{"self":[{"href":"https:\/\/www.e-signature.eu\/en\/wp-json\/wp\/v2\/posts\/19482","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.e-signature.eu\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.e-signature.eu\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.e-signature.eu\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.e-signature.eu\/en\/wp-json\/wp\/v2\/comments?post=19482"}],"version-history":[{"count":5,"href":"https:\/\/www.e-signature.eu\/en\/wp-json\/wp\/v2\/posts\/19482\/revisions"}],"predecessor-version":[{"id":28723,"href":"https:\/\/www.e-signature.eu\/en\/wp-json\/wp\/v2\/posts\/19482\/revisions\/28723"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.e-signature.eu\/en\/wp-json\/wp\/v2\/media\/19487"}],"wp:attachment":[{"href":"https:\/\/www.e-signature.eu\/en\/wp-json\/wp\/v2\/media?parent=19482"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.e-signature.eu\/en\/wp-json\/wp\/v2\/categories?post=19482"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.e-signature.eu\/en\/wp-json\/wp\/v2\/tags?post=19482"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}