public class FileTrustStoreSslSocketFactory
extends org.apache.http.conn.ssl.SSLConnectionSocketFactory
Constructor and Description |
---|
FileTrustStoreSslSocketFactory(org.springframework.core.io.Resource trustStoreFile,
java.lang.String trustStorePassword)
Instantiates a new trusted proxy authentication trust store ssl socket factory.
|
FileTrustStoreSslSocketFactory(org.springframework.core.io.Resource trustStoreFile,
java.lang.String trustStorePassword,
java.lang.String trustStoreType)
Instantiates a new trusted proxy authentication trust store ssl socket factory.
|
public FileTrustStoreSslSocketFactory(org.springframework.core.io.Resource trustStoreFile, java.lang.String trustStorePassword)
TLSv1
and SSLConnectionSocketFactory.BROWSER_COMPATIBLE_HOSTNAME_VERIFIER
for the supported protocols and hostname verification.trustStoreFile
- the trust store filetrustStorePassword
- the trust store passwordpublic FileTrustStoreSslSocketFactory(org.springframework.core.io.Resource trustStoreFile, java.lang.String trustStorePassword, java.lang.String trustStoreType)
trustStoreFile
- the trust store filetrustStorePassword
- the trust store passwordtrustStoreType
- the trust store type