Package org.killbill.billing.client
Class SslUtils
- java.lang.Object
-
- org.killbill.billing.client.SslUtils
-
public class SslUtils extends Object
-
-
Constructor Summary
Constructors Constructor Description SslUtils()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SslUtilsgetInstance()SSLContextgetSSLContext(boolean acceptAnyCertificate, String protocol)
-
-
-
Method Detail
-
getInstance
public static SslUtils getInstance()
-
getSSLContext
public SSLContext getSSLContext(boolean acceptAnyCertificate, @Nullable String protocol) throws GeneralSecurityException
- Throws:
GeneralSecurityException
-
-