Package org.jenkinsci.plugins.oic.ssl
Class TLSUtils
java.lang.Object
org.jenkinsci.plugins.oic.ssl.TLSUtils
@Restricted(org.kohsuke.accmod.restrictions.NoExternalUse.class)
public class TLSUtils
extends Object
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic SSLSocketFactory
Construct anSSLSocketFactory
that trust all certificates using "TLS".
-
Constructor Details
-
TLSUtils
public TLSUtils()
-
-
Method Details
-
createAnythingGoesSSLSocketFactory
public static SSLSocketFactory createAnythingGoesSSLSocketFactory() throws KeyManagementException, NoSuchAlgorithmExceptionConstruct anSSLSocketFactory
that trust all certificates using "TLS".
-