Class ConnectionInfo

java.lang.Object
com.zeroc.Ice.ConnectionInfo
com.zeroc.IceSSL.ConnectionInfo
All Implemented Interfaces:
Cloneable

public class ConnectionInfo extends ConnectionInfo
Provides access to the connection details of an SSL connection
  • Field Details

    • cipher

      public String cipher
      The negotiated cipher suite.
    • certs

      public Certificate[] certs
      The certificate chain.
    • verified

      public boolean verified
      The certificate chain verification status.
  • Constructor Details

    • ConnectionInfo

      public ConnectionInfo()
    • ConnectionInfo

      public ConnectionInfo(ConnectionInfo underlying, boolean incoming, String adapterName, String connectionId, String cipher, Certificate[] certs, boolean verified)
  • Method Details