|
Ice 3.7 Slice API Reference
|
Information taken from an SSL connection used for permissions verification. More...
defined in <Glacier2/SSLInfo.ice>
struct SSLInfo { ... }
Data Members | |
| Ice::StringSeq | certs |
| The certificate chain. More... | |
| string | cipher |
| The negotiated cipher suite. More... | |
| string | localHost |
| The router's host. More... | |
| int | localPort |
| The router's port. More... | |
| string | remoteHost |
| The remote host. More... | |
| int | remotePort |
| The remote port. More... | |
Information taken from an SSL connection used for permissions verification.
| 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.