java.lang.Object
com.zeroc.Ice.ConnectionInfo
com.zeroc.Ice.SSL.ConnectionInfo
Provides access to the connection details of an SSL connection
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Certificate[]The certificate chain.final StringThe negotiated cipher suite.final booleanThe certificate chain verification status.Fields inherited from class com.zeroc.Ice.ConnectionInfo
adapterName, connectionId, incoming, underlying -
Method Summary
-
Field Details
-
cipher
The negotiated cipher suite. -
certs
The certificate chain. -
verified
public final boolean verifiedThe certificate chain verification status.
-