WebServerSslBundle

SslBundle backed by Ssl.

Author

Scott Frederick

Phillip Webb

Since

3.1.0

Properties

Link copied to clipboard
The default protocol to use.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Factory method to create a new SSLContext for this bundle.
Link copied to clipboard
open fun get(ssl: Ssl): SslBundle
open fun get(ssl: Ssl, sslBundles: SslBundles): SslBundle
Get the SslBundle that should be used for the given Ssl instance.
Link copied to clipboard
open fun of(stores: SslStoreBundle): SslBundle
open fun of(stores: SslStoreBundle, key: SslBundleKey): SslBundle
open fun of(stores: SslStoreBundle, key: SslBundleKey, options: SslOptions): SslBundle
open fun of(stores: SslStoreBundle, key: SslBundleKey, options: SslOptions, protocol: String): SslBundle
open fun of(stores: SslStoreBundle, key: SslBundleKey, options: SslOptions, protocol: String, managers: SslManagerBundle): SslBundle
Factory method to create a new SslBundle instance.
Link copied to clipboard
open fun toString(): String