Ssl Config
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 = "")