Home
hexagon_core / com.hexagonkt.http / SslSettings
SslSettings¶
data class SslSettings
Constructors¶
Name | Summary |
---|---|
<init> | SslSettings(keyStore: URI ? = null, keyStorePassword: String = "", trustStore: URI ? = null, trustStorePassword: String = "", clientAuth: Boolean = false) |
Properties¶
Name | Summary |
---|---|
clientAuth | val clientAuth: Boolean |
keyStore | val keyStore: URI ? |
keyStorePassword | val keyStorePassword: String |
trustStore | val trustStore: URI ? |
trustStorePassword | val trustStorePassword: String |