public final class NettyTlsContext extends Object implements io.netty.handler.ssl.CipherSuiteFilter
| Constructor and Description |
|---|
NettyTlsContext(TlsPolicy policy)
Construct Netty SslContext.
|
| Modifier and Type | Method and Description |
|---|---|
io.netty.handler.ssl.SslHandler |
createHandler(io.netty.channel.socket.SocketChannel ch)
Create TLS handler.
|
String[] |
filterCipherSuites(Iterable<String> ciphers,
List<String> defaultCiphers,
Set<String> supportedCiphers)
Return supported ciphers.
|
public NettyTlsContext(TlsPolicy policy)
Copyright © 2012–2024 Aerospike, Inc. All rights reserved.