Toggle table of contents
2.x-SNAPSHOT
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
xtdb-core
/
xtdb.api
/
ServerConfig
/
SslSettings
Ssl
Settings
@
Serializable
data
class
SslSettings
(
val
keyStore
:
Path
,
val
keyStorePassword
:
String
)
Members
Constructors
Ssl
Settings
Link copied to clipboard
constructor
(
keyStore
:
Path
,
keyStorePassword
:
String
)
Properties
key
Store
Link copied to clipboard
@
Serializable
(
with
=
PathSerde::class
)
val
keyStore
:
Path
key
Store
Password
Link copied to clipboard
val
keyStorePassword
:
String