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
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
>