Class SslHandshakeInfo

java.lang.Object
com.netflix.netty.common.ssl.SslHandshakeInfo

public class SslHandshakeInfo extends Object
User: [email protected] Date: 3/29/16 Time: 11:06 AM
  • Constructor Details

    • SslHandshakeInfo

      public SslHandshakeInfo(boolean isOfIntermediary, String protocol, String cipherSuite, io.netty.handler.ssl.ClientAuth clientAuthRequirement, Certificate serverCertificate, X509Certificate clientCertificate)
  • Method Details

    • isOfIntermediary

      public boolean isOfIntermediary()
    • getProtocol

      public String getProtocol()
    • getCipherSuite

      public String getCipherSuite()
    • getClientAuthRequirement

      public io.netty.handler.ssl.ClientAuth getClientAuthRequirement()
    • getServerCertificate

      public Certificate getServerCertificate()
    • getClientCertificate

      public X509Certificate getClientCertificate()
    • toString

      public String toString()
      Overrides:
      toString in class Object