Interface TrustStoreConfigurable
-
- All Known Implementing Classes:
AvaticaCommonsHttpClientImpl
public interface TrustStoreConfigurableAllows a truststore (and password) to be provided to enable TLS authentication.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidsetTrustStore(java.io.File truststore, java.lang.String password)Sets a truststore containing the collection of trust SSL/TLS server certificates to use for HTTPS calls and the password for that truststore.
-
-
-
Method Detail
-
setTrustStore
void setTrustStore(java.io.File truststore, java.lang.String password)Sets a truststore containing the collection of trust SSL/TLS server certificates to use for HTTPS calls and the password for that truststore.- Parameters:
truststore- The truststore on the local filesystempassword- The truststore's password
-
-