toggle menu
wisp-ssl
2024.08.14.182223-c7eea2c
jvm
switch theme
search in API
wisp-ssl
/
wisp.security.ssl
/
SslContextFactory
/
create
create
@
JvmOverloads
fun
create
(
certStore
:
CertStoreConfig
?
=
null
,
trustStore
:
TrustStoreConfig
?
=
null
)
:
SSLContext
@
JvmOverloads
fun
create
(
certStore
:
CertStore
?
,
pin
:
CharArray
?
,
trustStore
:
TrustStore
?
=
null
)
:
SSLContext
Return
A new
SSLContext
for the given certstore and optional truststore config