Skip to content

A Kotlin library for ICP-Brasil for CAdES digital signatures

Notifications You must be signed in to change notification settings

OpenICP-BR/ktLib

Repository files navigation

OpenICP-BR ktLib

Build Status Code Coverage Download JRE Version LGPL License Doar

A simple Kotlin library for CAdES digital signatures according to ICP-Brasil (Brazil's PKI) rules.

Getting Started

Via Maven

<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>

Running the tests

Run: mvn test

Built With

Authors

  • G Queiroz - Initial work - gjvnq

License

This project is licensed under the LGPL License - see the LICENSE.md file for details

About

A Kotlin library for ICP-Brasil for CAdES digital signatures

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages