Package com.zeroc.IceSSL
Class ConnectionInfo
java.lang.Object
com.zeroc.Ice.ConnectionInfo
com.zeroc.IceSSL.ConnectionInfo
- All Implemented Interfaces:
Cloneable
Provides access to the connection details of an SSL connection
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe certificate chain.The negotiated cipher suite.boolean
The certificate chain verification status.Fields inherited from class com.zeroc.Ice.ConnectionInfo
adapterName, connectionId, incoming, underlying
-
Constructor Summary
ConstructorsConstructorDescriptionConnectionInfo
(ConnectionInfo underlying, boolean incoming, String adapterName, String connectionId, String cipher, Certificate[] certs, boolean verified) -
Method Summary
-
Field Details
-
cipher
The negotiated cipher suite. -
certs
The certificate chain. -
verified
public boolean verifiedThe 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
-
clone
- Overrides:
clone
in classConnectionInfo
-