scepClient

Simple SCEP Client to request or revoke a certificate using the SCEP protocol, based on jscep

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

de.trustable.scep.client
ArtifactId

ArtifactId

scepClient
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

scepClient
Simple SCEP Client to request or revoke a certificate using the SCEP protocol, based on jscep
Project URL

Project URL

https://github.com/kuehne-trustable-de/scepClient
Source Code Management

Source Code Management

https://github.com/kuehne-trustable-de/scepClient.git

Download scepClient

How to add to project

<!-- https://jarcasting.com/artifacts/de.trustable.scep.client/scepClient/ -->
<dependency>
    <groupId>de.trustable.scep.client</groupId>
    <artifactId>scepClient</artifactId>
    <version>1.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.trustable.scep.client/scepClient/
implementation 'de.trustable.scep.client:scepClient:1.1.0'
// https://jarcasting.com/artifacts/de.trustable.scep.client/scepClient/
implementation ("de.trustable.scep.client:scepClient:1.1.0")
'de.trustable.scep.client:scepClient:jar:1.1.0'
<dependency org="de.trustable.scep.client" name="scepClient" rev="1.1.0">
  <artifact name="scepClient" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.trustable.scep.client', module='scepClient', version='1.1.0')
)
libraryDependencies += "de.trustable.scep.client" % "scepClient" % "1.1.0"
[de.trustable.scep.client/scepClient "1.1.0"]

Dependencies

compile (2)

Group / Artifact Type Version
com.google.code.jscep : jscep jar 2.5.4
de.trustable : cryptoUtil jar 1.3.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0