|
Ice 3.7 C++98 API Reference
|
Information taken from an SSL connection used for permissions verification. More...
#include <Glacier2/Glacier2.h>
Public Attributes | |
| ::Ice::StringSeq | certs |
| The certificate chain. | |
| ::std::string | cipher |
| The negotiated cipher suite. | |
| ::std::string | localHost |
| The router's host. | |
| ::Ice::Int | localPort |
| The router's port. | |
| ::std::string | remoteHost |
| The remote host. | |
| ::Ice::Int | remotePort |
| The remote port. | |
Information taken from an SSL connection used for permissions verification.
| ::Ice::StringSeq Glacier2::SSLInfo::certs |
The certificate chain.
| ::std::string Glacier2::SSLInfo::cipher |
The negotiated cipher suite.
| ::std::string Glacier2::SSLInfo::localHost |
The router's host.
| ::Ice::Int Glacier2::SSLInfo::localPort |
The router's port.
| ::std::string Glacier2::SSLInfo::remoteHost |
The remote host.
| ::Ice::Int Glacier2::SSLInfo::remotePort |
The remote port.