of

open fun of(stores: SslStoreBundle): SslBundle

Factory method to create a new SslBundle instance.

Return

a new SslBundle instance

Parameters

stores

the stores or null


open fun of(stores: SslStoreBundle, key: SslBundleKey): 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


open fun of(stores: SslStoreBundle, key: SslBundleKey, options: SslOptions): 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


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