DigiDoc4J Smart-ID adapter is a feature for the DigiDoc4j library to easily sign documents and create digital signature containers of signed documents with the Smart-ID solution.
- Java 1.7
- Internet access to Smart-ID server environment
- DigiDoc4j requirements (due to the purpose of being used along with the DigiDoc4J library)
Take a look at the examples
You can use the library as a Maven dependency from the Maven Central (http://mvnrepository.com/artifact/ee.sk.smartid/digidoc4j-smart-id-adapter)
<dependency>
<groupId>ee.sk.smartid</groupId>
<artifactId>digidoc4j-smart-id-adapter</artifactId>
<version>1.0</version>
</dependency>