of
Factory method to create a new SslBundle instance.
Return
a new SslBundle instance
Parameters
stores
the stores or null
Factory method to create a new SslBundle instance.
Return
a new SslBundle instance
Parameters
stores
the stores or null
key
the key or null
Factory method to create a new SslBundle instance.
Return
a new SslBundle instance
Parameters
stores
the stores or null
key
the key or null
options
the options or null
open fun of(stores: SslStoreBundle, key: SslBundleKey, options: SslOptions, protocol: String): SslBundle
Factory method to create a new SslBundle instance.
Return
a new SslBundle instance
Parameters
stores
the stores or null
key
the key or null
options
the options or null
protocol
the protocol or null
open fun of(stores: SslStoreBundle, key: SslBundleKey, options: SslOptions, protocol: String, managers: SslManagerBundle): SslBundle
Factory method to create a new SslBundle instance.
Return
a new SslBundle instance
Parameters
stores
the stores or null
key
the key or null
options
the options or null
protocol
the protocol or null
managers
the managers or null