toggle menu
wisp-ssl
2024.08.14.182223-c7eea2c
jvm
switch theme
search in API
wisp-ssl
/
wisp.security.ssl
/
SslContextFactory
Ssl
Context
Factory
open
class
SslContextFactory
(
sslLoader
:
SslLoader
)
Members
Constructors
Ssl
Context
Factory
Link copied to clipboard
constructor
(
sslLoader
:
SslLoader
)
Functions
create
Link copied to clipboard
@
JvmOverloads
fun
create
(
certStore
:
CertStoreConfig
?
=
null
,
trustStore
:
TrustStoreConfig
?
=
null
)
:
SSLContext
@
JvmOverloads
fun
create
(
certStore
:
CertStore
?
,
pin
:
CharArray
?
,
trustStore
:
TrustStore
?
=
null
)
:
SSLContext
load
Trust
Managers
Link copied to clipboard
fun
loadTrustManagers
(
trustStore
:
KeyStore
)
:
Array
<
TrustManager
>