VerdigrisTech / ssllib

SSL helper library for Scala

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SslLib

CircleCI Codecov GitHub release License

A simple SSL helper library for Scala that contains factories generating X509 certificates, private keys, and KeyStore instances from PEM encoded strings.

Usage

SBT

In build.sbt:

libraryDependencies += "co.verdigris.ssl" %% "ssllib" % "0.2.1"

resolvers += "Verdigris Scala Lib Repository" at "https://s3.amazonaws.com/scala-jars"

Documentation

Basic usage documentation has been moved to the wiki.

API Documentation

For more information, check out the Scaladocs on API usage.

License

Distributed under Apache 2.0 license.

About

SSL helper library for Scala

License:Apache License 2.0


Languages

Language:Scala 100.0%