with Key Store Factory Class
fun withKeyStoreFactoryClass(keyStoreFactoryClass: Class<out KeyStoreFactory>): HttpSenderConfigurationBuilder
Content copied to clipboard
A custom class supplying a {@link java.security.KeyStore}, which will be used for ssl authentication. A base implementation is available: {@link org.acra.security.BaseKeyStoreFactory}
Since
5.0.0
Return
this instance
Parameters
keyStoreFactoryClass
Class which creates a keystore that can contain trusted certificates