|
Ice 3.7 C++11 API Reference
|
Provides access to the connection details of an SSL connection. More...
#include <IceSSL/IceSSL.h>


Public Member Functions | |
| ConnectionInfo ()=default | |
| ConnectionInfo (ConnectionInfo &&)=default | |
| ConnectionInfo (const ::std::shared_ptr<::Ice::ConnectionInfo > &underlying, bool incoming, const ::std::string &adapterName, const ::std::string &connectionId, const ::std::string &cipher, const std::vector< CertificatePtr > &certs, bool verified) | |
| One-shot constructor to initialize all data members. | |
| ConnectionInfo (const ConnectionInfo &)=default | |
| ConnectionInfo & | operator= (ConnectionInfo &&)=default |
| ConnectionInfo & | operator= (const ConnectionInfo &)=default |
| virtual | ~ConnectionInfo () |
| Public Member Functions inherited from Ice::ConnectionInfo | |
| ConnectionInfo ()=default | |
| ConnectionInfo (ConnectionInfo &&)=default | |
| ConnectionInfo (const ::std::shared_ptr<::Ice::ConnectionInfo > &underlying, bool incoming, const ::std::string &adapterName, const ::std::string &connectionId) | |
| One-shot constructor to initialize all data members. | |
| ConnectionInfo (const ConnectionInfo &)=default | |
| ConnectionInfo & | operator= (ConnectionInfo &&)=default |
| ConnectionInfo & | operator= (const ConnectionInfo &)=default |
Public Attributes | |
| std::vector< CertificatePtr > | certs |
| The certificate chain. | |
| ::std::string | cipher |
| The negotiated cipher suite. | |
| bool | verified |
| The certificate chain verification status. | |
| Public Attributes inherited from Ice::ConnectionInfo | |
| ::std::string | adapterName |
| The name of the adapter associated with the connection. | |
| ::std::string | connectionId |
| The connection id. | |
| bool | incoming |
| Whether or not the connection is an incoming or outgoing connection. | |
| ::std::shared_ptr<::Ice::ConnectionInfo > | underlying |
| The information of the underyling transport or null if there's no underlying transport. | |
Provides access to the connection details of an SSL connection.
|
virtual |
Reimplemented from Ice::ConnectionInfo.
|
default |
|
default |
|
default |
|
inline |
One-shot constructor to initialize all data members.
| underlying | The information of the underyling transport or null if there's no underlying transport. |
| incoming | Whether or not the connection is an incoming or outgoing connection. |
| adapterName | The name of the adapter associated with the connection. |
| connectionId | The connection id. |
| cipher | The negotiated cipher suite. |
| certs | The certificate chain. |
| verified | The certificate chain verification status. |
|
default |
|
default |
| std::vector<CertificatePtr> IceSSL::ConnectionInfo::certs |
The certificate chain.
| ::std::string IceSSL::ConnectionInfo::cipher |
The negotiated cipher suite.
| bool IceSSL::ConnectionInfo::verified |
The certificate chain verification status.