SslSettings

data class SslSettings(val keyStore: URL? = null, val keyStorePassword: String = "", val trustStore: URL? = null, val trustStorePassword: String = "", val clientAuth: Boolean = false)

Constructors

Link copied to clipboard
constructor(keyStore: URL? = null, keyStorePassword: String = "", trustStore: URL? = null, trustStorePassword: String = "", clientAuth: Boolean = false)

Properties

Link copied to clipboard
val clientAuth: Boolean = false
Link copied to clipboard
val keyStore: URL? = null
Link copied to clipboard
val keyStorePassword: String
Link copied to clipboard
val trustStore: URL? = null
Link copied to clipboard
val trustStorePassword: String