SslConfig

data class SslConfig(val keyPassword: String = "", val keystoreFile: File? = null, val keystoreType: SslKeystore.KeyStoreType = SslKeystore.KeyStoreType.PKCS12, val keystorePassword: String = "")

Constructors

Link copied to clipboard
constructor(keyPassword: String = "", keystoreFile: File? = null, keystoreType: SslKeystore.KeyStoreType = SslKeystore.KeyStoreType.PKCS12, keystorePassword: String = "")

Properties

Link copied to clipboard
Link copied to clipboard
val keystoreFile: File? = null
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun ssl(): Ssl