Class SSLEngineUtils

java.lang.Object
org.elasticsearch.xpack.security.transport.SSLEngineUtils

public class SSLEngineUtils extends Object
  • Method Details

    • extractClientCertificates

      public static void extractClientCertificates(org.apache.logging.log4j.Logger logger, org.elasticsearch.common.util.concurrent.ThreadContext threadContext, org.elasticsearch.http.HttpChannel httpChannel)
    • extractClientCertificates

      public static void extractClientCertificates(org.apache.logging.log4j.Logger logger, org.elasticsearch.common.util.concurrent.ThreadContext threadContext, org.elasticsearch.transport.TcpChannel tcpChannel)
    • getSSLEngine

      public static SSLEngine getSSLEngine(org.elasticsearch.http.HttpChannel httpChannel)
    • getSSLEngine

      public static SSLEngine getSSLEngine(org.elasticsearch.transport.TcpChannel tcpChannel)