of

open fun of(ciphers: Array<String>, enabledProtocols: Array<String>): SslOptions
open fun of(ciphers: Set<String>, enabledProtocols: Set<String>): SslOptions

Factory method to create a new SslOptions instance.

Return

a new SslOptions instance

Parameters

ciphers

the ciphers

enabledProtocols

the enabled protocols