Package net.bluemind.utils
Class Trust
java.lang.Object
net.bluemind.utils.Trust
- Direct Known Subclasses:
 ClientSideTrust
Helper class to disable SSL chains validation
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionfinal HostnameVerifiergetHostNameVerifier(String module) getSSLSocketFactory(boolean trustAll) getSSLSocketFactory(String module) voidprepareConnection(String module, HttpURLConnection con)  
- 
Constructor Details
- 
Trust
public Trust() 
 - 
 - 
Method Details
- 
prepareConnection
 - 
getSSLSocketFactory
 - 
getSSLSocketFactory
 - 
getHostNameVerifier
 - 
getTrustAllModules
 
 -