Simple SSL

A lightweight library to easily create SSLContext instances from KeyStore and PEM files with different formats.

License

License

GroupId

GroupId

io.github.stevenjdh
ArtifactId

ArtifactId

simple-ssl
Last Version

Last Version

1.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

Simple SSL
A lightweight library to easily create SSLContext instances from KeyStore and PEM files with different formats.
Project URL

Project URL

https://github.com/StevenJDH/simple-ssl
Source Code Management

Source Code Management

https://github.com/StevenJDH/simple-ssl

Download simple-ssl

How to add to project

<!-- https://jarcasting.com/artifacts/io.github.stevenjdh/simple-ssl/ -->
<dependency>
    <groupId>io.github.stevenjdh</groupId>
    <artifactId>simple-ssl</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.stevenjdh/simple-ssl/
implementation 'io.github.stevenjdh:simple-ssl:1.0.0'
// https://jarcasting.com/artifacts/io.github.stevenjdh/simple-ssl/
implementation ("io.github.stevenjdh:simple-ssl:1.0.0")
'io.github.stevenjdh:simple-ssl:jar:1.0.0'
<dependency org="io.github.stevenjdh" name="simple-ssl" rev="1.0.0">
  <artifact name="simple-ssl" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.stevenjdh', module='simple-ssl', version='1.0.0')
)
libraryDependencies += "io.github.stevenjdh" % "simple-ssl" % "1.0.0"
[io.github.stevenjdh/simple-ssl "1.0.0"]

Dependencies

compile (2)

Group / Artifact Type Version
org.apache.commons : commons-lang3 jar 3.12.0
com.fasterxml.jackson.core : jackson-databind jar 2.13.1

test (6)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter jar 5.8.2
org.assertj : assertj-core jar 3.22.0
org.mockito : mockito-junit-jupiter jar 4.3.1
com.github.tomakehurst : wiremock-jre8-standalone jar 2.32.0
org.slf4j : slf4j-nop jar 1.7.35
org.apache.maven : maven-model jar 3.8.4

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.0