ktor-network-tls / io.ktor.network.tls / addKeyStore

addKeyStore

fun TLSConfigBuilder.addKeyStore(store: KeyStore, password: CharArray): Unit
Deprecated: Binary compatibility

Add client certificates from store by using all certificates

fun TLSConfigBuilder.addKeyStore(store: KeyStore, password: CharArray, alias: String? = null): Unit
Deprecated: Please use the nullable overload

Add client certificates from store by using the certificate with specific alias or all certificates, if alias is null.