public interface ClientSSLSupport<T> extends SSLSupport<T>
Modifier and Type | Method and Description |
---|---|
boolean |
isTrustAll() |
T |
setTrustAll(boolean trustAll)
If you want an SSL client to trust *all* server certificates rather than match them
against those in its trust store, you can set this to true.
|
getKeyStorePassword, getKeyStorePath, getTrustStorePassword, getTrustStorePath, isSSL, setKeyStorePassword, setKeyStorePath, setSSL, setTrustStorePassword, setTrustStorePath
T setTrustAll(boolean trustAll)
Use this with caution as you may be exposed to "main in the middle" attacks
trustAll
- Set to true if you want to trust all server certificatesboolean isTrustAll()