Class SSLContextFactory
- java.lang.Object
-
- step.repositories.jira.client.ssl.SSLContextFactory
-
public class SSLContextFactory extends Object
-
-
Constructor Summary
Constructors Constructor Description SSLContextFactory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SSLContext
nonValidatingSSLContext()
static SSLContext
singleClientCertContext(String certFile, String passwordBase64)
-
-
-
Method Detail
-
nonValidatingSSLContext
public static SSLContext nonValidatingSSLContext()
-
singleClientCertContext
public static SSLContext singleClientCertContext(String certFile, String passwordBase64)
-
-