open-eid / cdoc4j

Java library for working with CDOC documents.
GNU Lesser General Public License v2.1
17 stars 6 forks source link

cdoc4j

Java library for working with CDOC documents.

Origin

This project started with the help of European Regional Development Fund.

Euroopa Regionaalarengu Fond

Build status

Build status

Features

Supported formats

Requirements

How to use it

Take a look at the examples

Decrypting a file using a smart card with Java version 17 or higher

Using a smart card to decrypt a file while using Java 17 or a later version, an extra JVM argument is required:

--add-exports jdk.crypto.cryptoki/sun.security.pkcs11=ALL-UNNAMED

Maven Central

You can use the library as a dependency from Maven Central

<dependency>
    <groupId>org.open-eid.cdoc4j</groupId>
    <artifactId>cdoc4j</artifactId>
    <version>1.5</version>
</dependency>