toggle menu
kotlin-client
JVM
switch theme
search in API
kotlin-client
/
com.couchbase.client.kotlin.env.dsl
/
TrustSource
/
Companion
Companion
object
Companion
Members
Functions
certificate
Link copied to clipboard
fun
certificate
(
certificatePath
:
Path
)
:
TrustSource
certificates
Link copied to clipboard
fun
certificates
(
certificates
:
List
<
X509Certificate
>
)
:
TrustSource
factory
Link copied to clipboard
fun
factory
(
trustManagerFactory
:
TrustManagerFactory
)
:
TrustSource
trust
Store
Link copied to clipboard
fun
trustStore
(
store
:
KeyStore
)
:
TrustSource
fun
trustStore
(
path
:
Path
,
password
:
String
,
type
:
String
=
KeyStore.getDefaultType()
)
:
TrustSource