wisp-ssl
Toggle table of contents
2025.01.07.215822-d78df69
jvm
Platform filter
jvm
Switch theme
Search in API
wisp-ssl
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