Module org.elasticsearch.security
Class SSLEngineUtils
java.lang.Object
org.elasticsearch.xpack.security.transport.SSLEngineUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidextractClientCertificates(org.apache.logging.log4j.Logger logger, ThreadContext threadContext, io.netty.channel.Channel channel) static voidextractClientCertificates(org.apache.logging.log4j.Logger logger, ThreadContext threadContext, TcpChannel tcpChannel) static SSLEnginegetSSLEngine(io.netty.channel.Channel channel) static SSLEnginegetSSLEngine(TcpChannel tcpChannel)
-
Method Details
-
extractClientCertificates
public static void extractClientCertificates(org.apache.logging.log4j.Logger logger, ThreadContext threadContext, io.netty.channel.Channel channel) -
extractClientCertificates
public static void extractClientCertificates(org.apache.logging.log4j.Logger logger, ThreadContext threadContext, TcpChannel tcpChannel) -
getSSLEngine
-
getSSLEngine
-