Ice 3.7 Slice API Reference
Data Members | List of all members
Glacier2::SSLInfo Struct 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...
 

Detailed Description

Information taken from an SSL connection used for permissions verification.

See also
PermissionsVerifier

Data Member Documentation

◆ certs

The certificate chain.

◆ cipher

string cipher

The negotiated cipher suite.

◆ localHost

string localHost

The router's host.

◆ localPort

int localPort

The router's port.

◆ remoteHost

string remoteHost

The remote host.

◆ remotePort

int remotePort

The remote port.


The documentation for this struct was generated from the following file: