|
Ice 3.7 Slice API Reference
|
Provides access to the connection details of an SSL connection. More...
defined in <IceSSL/ConnectionInfo.ice>
local class ConnectionInfo extends Ice::ConnectionInfo { ... }


Data Members | |
| Ice::StringSeq | certs |
| The certificate chain. More... | |
| string | cipher |
| The negotiated cipher suite. More... | |
| bool | verified |
| The certificate chain verification status. More... | |
Data Members inherited from Ice::ConnectionInfo | |
| string | adapterName |
| The name of the adapter associated with the connection. More... | |
| string | connectionId |
| The connection id. More... | |
| bool | incoming |
| Whether or not the connection is an incoming or outgoing connection. More... | |
| ConnectionInfo | underlying |
| The information of the underyling transport or null if there's no underlying transport. More... | |
Provides access to the connection details of an SSL connection.
| Ice::StringSeq certs |
The certificate chain.
| string cipher |
The negotiated cipher suite.
| bool verified |
The certificate chain verification status.