SslBundleRegistry

Interface that can be used to register an SslBundle for a given name.

Author

Scott Frederick

Moritz Halbritter

Since

3.1.0

Inheritors

Functions

Link copied to clipboard
abstract fun registerBundle(name: String, bundle: SslBundle)
Register a named SslBundle.
Link copied to clipboard
abstract fun updateBundle(name: String, updatedBundle: SslBundle)
Updates an SslBundle.