public abstract class SslContextFactory extends Object
| Constructor and Description |
|---|
SslContextFactory() |
| Modifier and Type | Method and Description |
|---|---|
static KeyManagerFactory |
getKeyManagerFactory(Configuration sslConfig) |
static io.netty.handler.ssl.SslContext |
getSslContextForClient(Configuration config) |
static io.netty.handler.ssl.SslContext |
getSslContextForServer(Configuration config) |
static TrustManagerFactory |
getTrustManagerFactory(Configuration sslConfig) |
public static io.netty.handler.ssl.SslContext getSslContextForClient(Configuration config) throws SSLException, Exception
SSLExceptionExceptionpublic static io.netty.handler.ssl.SslContext getSslContextForServer(Configuration config) throws SSLException, Exception
SSLExceptionExceptionpublic static KeyManagerFactory getKeyManagerFactory(Configuration sslConfig) throws Exception
Exceptionpublic static TrustManagerFactory getTrustManagerFactory(Configuration sslConfig) throws Exception
ExceptionCopyright © 2016. All Rights Reserved.