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 String
The negotiated cipher suite.final boolean
The 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.
-