Which MIME types are related to file extension ".edoc"?

The .edoc file extension is associated with 1 MIME types:

application/vnd.etsi.asic-e+zip.

A MIME type is a string that tells browsers and other tools how to handle a particular kind of file.

About .edoc Files

EDOC files are electronically certified document containers that use a ZIP structure to bundle documents with their digital signatures.
They follow the MIME type application/vnd.etsi.asic-e+zip and are built to secure the integrity and authenticity of important files.

They ensure that a document's origin and integrity can be trusted.
For additional technical details, see FilExt.com according to their documentation.

Relationship between file extension and MIME type

A file extension is a suffix at the end of a filename that indicates what type of file it is. File extensions help both users and operating systems identify what application should be used to open the file.

File extensions are typically separated from the filename by a period (dot) and consist of 2-4 characters, though they can be longer. For example, in the filename "document.pdf", ".pdf" is the file extension.

File extensions are closely related to MIME types, as they both serve to identify the format of a file. However, while MIME types are used primarily by web browsers and servers, file extensions are used by operating systems and applications.

Associated MIME types

application/vnd.etsi.asic-e+zip

FAQs

What is an .edoc file?

An .edoc file is an electronically signed document container used primarily in Latvia for secure legal documents. It acts as a digital envelope that holds the original file (such as a PDF or DOCX) along with digital signatures and timestamps, ensuring the document's authenticity and integrity.

How do I open an .edoc file on Windows?

To open and validate these files properly, you should use official software like eParakstītājs 3.0 or the online portal at eparaksts.lv. These tools verify the embedded digital signatures associated with the MIME type application/vnd.etsi.asic-e+zip.

Can I convert an .edoc file to PDF?

You do not convert the .edoc file itself; instead, you extract the PDF contained within it. Most e-signature software allows you to save the enclosed document separately, but keep in mind that the extracted PDF will no longer carry the valid digital signature of the container.

Is an .edoc file the same as a ZIP file?

Yes, structurally, an .edoc file is a ZIP archive. If you do not have signature software installed, you can rename the extension from .edoc to .zip and double-click it to extract the documents inside, though you will not be able to verify the legal validity of the signatures this way.

Why can't I edit the document inside an .edoc file?

Editing the content inside an .edoc file will break the digital signature, rendering the file invalid. These files are designed to be read-only to prove that the data has not been tampered with since it was signed.

How do I view .edoc files on macOS or Linux?

You can use the web-based portal at eparaksts.lv to upload and view these files on any operating system. Alternatively, you can use the Java-based version of the eParaksts software or generic ASiC-E container viewers if available for your platform.

What is the correct MIME type for .edoc files?

The standard MIME type for these files is application/vnd.etsi.asic-e+zip. Web servers and email clients must be configured with this type to ensure the file is recognized as a signed container rather than a generic archive.

General FAQ

What is a MIME type?

A MIME (Multipurpose Internet Mail Extensions) type is a standard that indicates the nature and format of a document, file, or assortment of bytes. MIME types are defined and standardized in IETF's RFC 6838.

MIME types are important because they help browsers and servers understand how to process a file. When a browser receives a file from a server, it uses the MIME type to determine how to display or handle the content, whether it's an image to display, a PDF to open in a viewer, or a video to play.

MIME types consist of a type and a subtype, separated by a slash (e.g., text/html, image/jpeg, application/pdf). Some MIME types also include optional parameters.

How do I find the MIME type for a file?

You can check the file extension or use a file identification tool such as file --mime-type on the command line. Many programming languages also provide libraries to detect MIME types.

Why can one extension have multiple MIME types?

Different programs and historical usage may assign various MIME identifiers to the same file format. Listing them together helps maintain compatibility across tools.