addKeyStore

fun TLSConfigBuilder.addKeyStore(store: KeyStore, password: CharArray)

Add client certificates from store by using all certificates


fun TLSConfigBuilder.addKeyStore(store: KeyStore, password: CharArray, alias: String? = null)
@JvmName(name = "addKeyStoreNullablePassword")
fun TLSConfigBuilder.addKeyStore(store: KeyStore, password: CharArray?, alias: String? = null)

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