Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3
Znav
nextGlacier2-SSLPermissionsVerifier
prevGlacier2-SessionNotExistException
Section


Glacier2::SSLInfo

Overview

struct SSLInfo

Information taken from an SSL connection used for permissions verification.

Used By
See Also

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.

Ztop

Data Members

string
Anchor
remoteHost
remoteHost
remoteHost;

The remote host.

int
Anchor
remotePort
remotePort
remotePort;

The remote port.

string
Anchor
localHost
localHost
localHost;

The router's host.

int
Anchor
localPort
localPort
localPort;

The router's port.

string
Anchor
cipher
cipher
cipher;

The negotiated cipher suite.

Ice::StringSeq
Anchor
certs
certs
certs;

The certificate chain.

Ztop

Znav
nextGlacier2-SSLPermissionsVerifier
prevGlacier2-SessionNotExistException
Section