GithubHelp home page GithubHelp logo

siimp / digidoc4j Goto Github PK

View Code? Open in Web Editor NEW

This project forked from open-eid/digidoc4j

0.0 1.0 0.0 118.63 MB

DigiDoc for Java. Javadoc:

Home Page: http://open-eid.github.io/digidoc4j

License: GNU Lesser General Public License v2.1

Shell 0.13% Java 98.97% HTML 0.91%

digidoc4j's Introduction

EU Regional Development Fund

DigiDoc4j

DigiDoc4j is a Java library for digitally signing documents and creating digital signature containers of signed documents.

Features

  • Creating BDOC, ASiC-E containers
  • Validating BDOC, ASiC-E and DDOC containers
  • Creating, signing, timestamping and validating ASiC-S containers
  • Creating and validating detached XadES

How to use it

BDOC (ASiC-E - Associated Signature Container Extended) container format

  • Has .bdoc, .asice or .sce extension
  • BDOC is a new digital signature format developed in 2014 to replace the old, DDOC (DigiDoc) digital signature format.
  • The benefits of the new format include the higher security level, the long-term integrity of the signed documents, as well as the better compliance with international standards.
  • BDOC container is based on ASiC-E standard.
  • Signatures are stored in XAdES format.
  • Supports two signature formats: BDOC-TM and BDOC-TS
  • BDOC-TM signature format has time-mark ensuring long-term provability of the authenticity of the signature.
    • This format has been used as a default digital signature format in Estonia since 2015.
    • It is based on XAdES baseline LT signature format.
    • Recommended extension is .bdoc
  • BDOC-TS signature format has time-stamp.
    • In contrast to the BDOC-TM format, long-term provability of the authenticity of the signature is ensured by time-stamps.
    • It is based on XAdES baseline LT signature format and uses RFC3161 based time-stamps which makes it highly compliant in international context.
    • To ensure better compliance with international standards, it's recommended to sign documents with the BDOC-TS time-stamp signature profile.
    • Recommended extension is .asice
  • .bdoc or .asice file is in fact a ZIP container with the signed files, the signatures and the protocol control information and can basically be opened by any program that recognizes the ZIP format.
  • It is recommended not to use special characters in the data file’s name, i.e. it is suggested to use only the characters that are categorized as “unreserved” according to RFC3986 (http://tools.ietf.org/html/rfc3986).

ASiC-S (ASiC-E - Associated Signature Container Simple) container format

  • Has .asics or .scs extension
  • Container associates one data file with either:
    • one signature file containing one or more detached digital signature(s) that apply to it; or
    • one time assertion file containing a time assertion that apply to it.
  • This format is used for timestamping the old DDOC containers in order to prove the inviolability of documents.

DDOC container format

  • Has .ddoc extension
  • An old DigiDoc digital signature format
  • Since year 2015 it's recommended not to sign documents in the DDOC format
  • It is based on XML Advanced Electronic Signatures (XAdES) format, corresponding to profile XAdES-X-L
  • The DigiDoc container includes the source files (the files that were signed) as well as the signatures that are related to the signed file(s)
  • Every signature contains the certificate, validity confirmation and the validity confirmation service certificate.

Documentation

Requirements

Maven

You can use the library as a Maven dependency from the Maven Central (http://mvnrepository.com/artifact/org.digidoc4j/digidoc4j)

<dependency>
	<groupId>org.digidoc4j</groupId>
	<artifactId>digidoc4j</artifactId>
	<version>3.x.x</version>
</dependency>

Known issues

The list of issues are tracked in GitHub

Licence

  • LGPL (GNU Library General Public License, see LICENSE.LGPL)
  • © Estonian Information System Authority

Support

Official builds are provided through releases. If you want support, you need to be using official builds. Contact for assistance by email [email protected].

Source code is provided on "as is" terms with no warranty (see license for more information). Do not file Github issues with generic support requests.

digidoc4j's People

Contributors

ahoa avatar janarrahumeel avatar jorgenheinsoo avatar kamlatm avatar siimsuu avatar andresrosenthal avatar naare avatar informatik01 avatar rvillido avatar martinpaljak avatar priitserk avatar nostneji avatar siimsuu1 avatar jart avatar kristelmerilain avatar tynisr avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.