Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches
Ice::SSL::OpenSSLConnectionInfo Class Referencefinal

Provides access to the connection details of an SSL connection. More...

#include <ConnectionInfo.h>

Inheritance diagram for Ice::SSL::OpenSSLConnectionInfo:

Public Member Functions

 OpenSSLConnectionInfo (const OpenSSLConnectionInfo &)=delete
OpenSSLConnectionInfooperator= (const OpenSSLConnectionInfo &)=delete
Public Member Functions inherited from Ice::ConnectionInfo
 ConnectionInfo (const ConnectionInfo &)=delete
ConnectionInfooperator= (const ConnectionInfo &)=delete

Public Attributes

X509 *const peerCertificate
 The peer certificate.
Public Attributes inherited from Ice::ConnectionInfo
const std::string adapterName
 The name of the adapter associated with the connection.
const std::string connectionId
 The connection ID.
const bool incoming
 Indicates whether the connection is an incoming connection.
const ConnectionInfoPtr underlying
 The information of the underlying transport or nullptr if there's no underlying transport.

Detailed Description

Provides access to the connection details of an SSL connection.

The OpenSSLConnectionInfo class is only available when the Ice library is built on Linux. For Windows, refer to SchannelConnectionInfo, and for macOS and iOS, refer to SecureTransportConnectionInfo.

See also
Ice::SSL::ConnectionInfo

Definition at line 81 of file ConnectionInfo.h.


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