| Constructor and Description |
|---|
SSLUtil() |
| Modifier and Type | Method and Description |
|---|---|
static SSLContext |
createSSLContext() |
static SSLContext |
createSSLContext(File certfile,
File keyfile,
char[] passphrase) |
static KeyStore |
keystoreFromDERCertificate(File certfile,
File keyfile,
char[] passphrase) |
public SSLUtil()
public static SSLContext createSSLContext() throws IOException
IOExceptionpublic static SSLContext createSSLContext(File certfile, File keyfile, char[] passphrase) throws IOException
IOException