Interface TrustStoreConfigurable
Deprecated.
Allows a truststore (and password) to be provided to enable TLS authentication.
-
Method Summary
Modifier and TypeMethodDescriptionvoidsetTrustStore(File truststore, String password) Deprecated.Sets a truststore containing the collection of trust SSL/TLS server certificates to use for HTTPS calls and the password for that truststore.
-
Method Details
-
setTrustStore
Deprecated.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
-