Package com.incode.welcome_sdk
Class IncodeWelcome.SSLConfig
-
- All Implemented Interfaces:
public final class IncodeWelcome.SSLConfigConstructor to initialize a Builder object.
-
-
Field Summary
Fields Modifier and Type Field Description public SSLSocketFactorysslSocketFactorypublic X509TrustManagertrustManagerpublic List<ConnectionSpec>connectionSpecs
-
Constructor Summary
Constructors Constructor Description IncodeWelcome.SSLConfig(SSLSocketFactory sslSocketFactory, X509TrustManager trustManager, List<ConnectionSpec> connectionSpecs)
-
Method Summary
Modifier and Type Method Description -
-
Constructor Detail
-
IncodeWelcome.SSLConfig
IncodeWelcome.SSLConfig(SSLSocketFactory sslSocketFactory, X509TrustManager trustManager, List<ConnectionSpec> connectionSpecs)
- Parameters:
sslSocketFactory- sslSocketFactory.trustManager- trustManager.connectionSpecs- connectionSpecs.
-
-
-
-