public class CurlSSLContextFactory
extends java.lang.Object
Constructor and Description |
---|
CurlSSLContextFactory() |
Modifier and Type | Method and Description |
---|---|
static javax.net.ssl.SSLContext |
create(java.lang.String certFile,
java.lang.String keyFile,
java.lang.String password,
java.lang.String algorithm) |
static javax.net.ssl.SSLContext |
createCaInfo(java.lang.String algorithm,
java.lang.String certFile) |
static javax.net.ssl.SSLContext |
createUntrusted(java.lang.String algorithm) |
public static javax.net.ssl.SSLContext createUntrusted(java.lang.String algorithm) throws java.lang.Exception
java.lang.Exception
public static javax.net.ssl.SSLContext createCaInfo(java.lang.String algorithm, java.lang.String certFile) throws java.lang.Exception
java.lang.Exception
public static javax.net.ssl.SSLContext create(java.lang.String certFile, java.lang.String keyFile, java.lang.String password, java.lang.String algorithm) throws java.lang.Exception
java.lang.Exception