![]() |
Ice 3.8
Slice API Reference
|
Represents information gathered from an incoming SSL connection and used for authentication and authorization. More...
defined in <Glacier2/SSLInfo.ice>
struct SSLInfo { ... }
Data Members | |
Ice::StringSeq | certs |
The certificate chain. | |
string | cipher |
The negotiated cipher suite. | |
string | localHost |
The router's host. | |
int | localPort |
The router's port. | |
string | remoteHost |
The remote host. | |
int | remotePort |
The remote port. |
Represents information gathered from an incoming SSL connection and used for authentication and authorization.
Definition at line 20 of file SSLInfo.ice.