Package com.soffid.iam.ssl
Class AlwaysTrustConnectionFactory
- java.lang.Object
-
- com.soffid.iam.ssl.AlwaysTrustConnectionFactory
-
public class AlwaysTrustConnectionFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description AlwaysTrustConnectionFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static URLConnection
getConnection(URL url)
static SSLSocketFactory
getSocketFactory()
-
-
-
Method Detail
-
getSocketFactory
public static SSLSocketFactory getSocketFactory() throws KeyManagementException, UnrecoverableKeyException, KeyStoreException, NoSuchAlgorithmException, CertificateException, FileNotFoundException, IOException
-
getConnection
public static URLConnection getConnection(URL url) throws RemoteException
- Throws:
RemoteException
-
-