Skip to content

LacunaSoftware/PkiExpressJava

Repository files navigation

PKI Express package for Java

Standard version for Java 7 and greater

This package contains classes that encapsulate the calls to the PKI Express.

The PKI Express package is distributed by Maven.

The recommended way to install it is with Gradle:

repositories {
    mavenCentral()
}

dependencies {
    implementation 'com.lacunasoftware.pkiexpress:pki-express:1.21.6'
    ...
}

Or with Maven:

<dependency>
  <groupId>com.lacunasoftware.pkiexpress</groupId>
  <artifactId>pki-express</artifactId>
  <version>1.21.6/version>
  <type>pom</type>
</dependency>

Samples

Please visit the PKI Express samples repository for examples on how to use this package.

About

Source code for the maven package pki-express

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages