Glacier2::SSLInfo

Overview

struct SSLInfo

Information taken from an SSL connection used for permissions verification.

Data Member Index

remoteHost

The remote host.

remotePort

The remote port.

localHost

The router's host.

localPort

The router's port.

cipher

The negotiated cipher suite.

certs

The certificate chain.

remoteHost

string remoteHost;

The remote host.

remotePort

int remotePort;

The remote port.

localHost

string localHost;

The router's host.

localPort

int localPort;

The router's port.

cipher

string cipher;

The negotiated cipher suite.

certs

::Ice::StringSeq certs;

The certificate chain.