public class LauncherSSLContext
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
javax.net.ssl.SSLSocketFactory |
sf |
javax.net.ssl.SSLServerSocketFactory |
ssf |
| Constructor and Description |
|---|
LauncherSSLContext() |
LauncherSSLContext(java.security.KeyStore ks,
java.lang.String keypassword) |
public javax.net.ssl.SSLServerSocketFactory ssf
public javax.net.ssl.SSLSocketFactory sf
public LauncherSSLContext(java.security.KeyStore ks,
java.lang.String keypassword)
throws java.security.NoSuchAlgorithmException,
java.security.KeyStoreException,
java.security.UnrecoverableKeyException,
java.security.KeyManagementException
java.security.NoSuchAlgorithmExceptionjava.security.KeyStoreExceptionjava.security.UnrecoverableKeyExceptionjava.security.KeyManagementExceptionpublic LauncherSSLContext()
throws java.security.NoSuchAlgorithmException,
java.security.KeyManagementException
java.security.NoSuchAlgorithmExceptionjava.security.KeyManagementException