Skip navigation links

ssl-context-tools 1.0.3 API

Convenient tools for configuring and creating SSLContext objects

See: Description

Packages 
Package Description
org.soulwing.ssl
Provides the builder API for SSLContext and KeyStore objects

Convenient tools for configuring and creating SSLContext objects

Custom SSL context objects are often needed when connecting to a server that uses a self-signed SSL certificate or when SSL mutual authentication is required. Creating an SSLContext requires many steps and fairly extensive knowledge of the Java Secure Socket Extension (JSSE) APIs. This library provides a convenient and easy to use SSLContextBuilder that handles the most common cases of SSL context configuration and creation.

See the JSSE Reference Guide for more information about the SSLContext and KeyStore API. See the JCA Standard Algorithm Name Documentation for names that identify supported SSL protocols, cipher suites, and key store types.

Skip navigation links

Copyright © 2016–2018 Carl E Harris, Jr. All rights reserved.