public class SearchGuardKeyStore extends Object
| Modifier and Type | Field and Description |
|---|---|
io.netty.handler.ssl.SslProvider |
sslHTTPProvider |
io.netty.handler.ssl.SslProvider |
sslTransportClientProvider |
io.netty.handler.ssl.SslProvider |
sslTransportServerProvider |
| Constructor and Description |
|---|
SearchGuardKeyStore(org.elasticsearch.common.settings.Settings settings) |
| Modifier and Type | Method and Description |
|---|---|
SSLEngine |
createClientTransportSSLEngine(String peerHost,
int peerPort) |
SSLEngine |
createHTTPSSLEngine() |
SSLEngine |
createServerTransportSSLEngine() |
public final io.netty.handler.ssl.SslProvider sslHTTPProvider
public final io.netty.handler.ssl.SslProvider sslTransportServerProvider
public final io.netty.handler.ssl.SslProvider sslTransportClientProvider
@Inject public SearchGuardKeyStore(org.elasticsearch.common.settings.Settings settings)
public SSLEngine createHTTPSSLEngine() throws SSLException
SSLExceptionpublic SSLEngine createServerTransportSSLEngine() throws SSLException
SSLExceptionpublic SSLEngine createClientTransportSSLEngine(String peerHost, int peerPort) throws SSLException
SSLExceptionCopyright © 2015-2016. All Rights Reserved.