All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.deephaven.ssl.config.package-info Maven / Gradle / Ivy

There is a newer version: 0.36.1
Show newest version
/**
 * 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;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy