A simple Kotlin library for CAdES digital signatures according to ICP-Brasil (Brazil's PKI) rules.
<dependencies>
<dependency>
<groupId>com.github.OpenICP_BR</groupId>
<artifactId>ktLib</artifactId>
<version>0.0.8</version>
</dependency>
</dependencies>
....
<repositories>
<repository>
<snapshots>
<enabled>false</enabled>
</snapshots>
<id>bintray-gjvnq-mvn</id>
<name>bintray</name>
<url>https://dl.bintray.com/gjvnq/mvn</url>
</repository>
</repositories>
Run: mvn test
- Maven - Dependency management
- JUnit - For automated tetsing
- BouncyCastle - Used for crypto stuff
- G Queiroz - Initial work - gjvnq
This project is licensed under the LGPL License - see the LICENSE.md file for details