io.deephaven.ssl.config.package-info Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of deephaven-ssl-config Show documentation
Show all versions of deephaven-ssl-config Show documentation
The Deephaven SSL Configuration
/**
* Copyright (c) 2016-2022 Deephaven Data Labs and Patent Pending
*/
/**
* SSL configuration can range from relatively straightforward to relatively complex. In an effort to provide a common
* configuration layer among multiple server and client implementations, {@link io.deephaven.ssl.config.SSLConfig} is
* (hopefully) easier to use than the Java native SSL configuration layers, while also providing deserialization from
* JSON. It is meant to service the majority of server and client SSL configuration use-cases.
*
*
* While not exposed to the end-user, the overall configuration structure is guided by
* sslcontext-kickstart.
*/
package io.deephaven.ssl.config;