final class Target_io_netty_handler_ssl_SslContext extends Object
| Constructor and Description |
|---|
Target_io_netty_handler_ssl_SslContext() |
| Modifier and Type | Method and Description |
|---|---|
(package private) static io.netty.handler.ssl.SslContext |
newClientContextInternal(io.netty.handler.ssl.SslProvider provider,
Provider sslContextProvider,
X509Certificate[] trustCert,
TrustManagerFactory trustManagerFactory,
X509Certificate[] keyCertChain,
PrivateKey key,
String keyPassword,
KeyManagerFactory keyManagerFactory,
Iterable<String> ciphers,
io.netty.handler.ssl.CipherSuiteFilter cipherFilter,
io.netty.handler.ssl.ApplicationProtocolConfig apn,
String[] protocols,
long sessionCacheSize,
long sessionTimeout,
boolean enableOcsp,
String keyStoreType) |
(package private) static io.netty.handler.ssl.SslContext |
newServerContextInternal(io.netty.handler.ssl.SslProvider provider,
Provider sslContextProvider,
X509Certificate[] trustCertCollection,
TrustManagerFactory trustManagerFactory,
X509Certificate[] keyCertChain,
PrivateKey key,
String keyPassword,
KeyManagerFactory keyManagerFactory,
Iterable<String> ciphers,
io.netty.handler.ssl.CipherSuiteFilter cipherFilter,
io.netty.handler.ssl.ApplicationProtocolConfig apn,
long sessionCacheSize,
long sessionTimeout,
io.netty.handler.ssl.ClientAuth clientAuth,
String[] protocols,
boolean startTls,
boolean enableOcsp,
String keyStoreType) |
static io.netty.handler.ssl.SslContext newServerContextInternal(io.netty.handler.ssl.SslProvider provider,
Provider sslContextProvider,
X509Certificate[] trustCertCollection,
TrustManagerFactory trustManagerFactory,
X509Certificate[] keyCertChain,
PrivateKey key,
String keyPassword,
KeyManagerFactory keyManagerFactory,
Iterable<String> ciphers,
io.netty.handler.ssl.CipherSuiteFilter cipherFilter,
io.netty.handler.ssl.ApplicationProtocolConfig apn,
long sessionCacheSize,
long sessionTimeout,
io.netty.handler.ssl.ClientAuth clientAuth,
String[] protocols,
boolean startTls,
boolean enableOcsp,
String keyStoreType)
throws SSLException
SSLExceptionstatic io.netty.handler.ssl.SslContext newClientContextInternal(io.netty.handler.ssl.SslProvider provider,
Provider sslContextProvider,
X509Certificate[] trustCert,
TrustManagerFactory trustManagerFactory,
X509Certificate[] keyCertChain,
PrivateKey key,
String keyPassword,
KeyManagerFactory keyManagerFactory,
Iterable<String> ciphers,
io.netty.handler.ssl.CipherSuiteFilter cipherFilter,
io.netty.handler.ssl.ApplicationProtocolConfig apn,
String[] protocols,
long sessionCacheSize,
long sessionTimeout,
boolean enableOcsp,
String keyStoreType)
throws SSLException
SSLExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.