Ice 3.7 Slice API Reference
Data Members | List of all members
IceSSL::ConnectionInfo Local Class Reference

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

defined in <IceSSL/ConnectionInfo.ice>

local class ConnectionInfo extends Ice::ConnectionInfo { ... }

Inheritance diagram for IceSSL::ConnectionInfo:
Inheritance graph
[legend]
Collaboration diagram for IceSSL::ConnectionInfo:
Collaboration graph
[legend]

Data Members

Ice::StringSeq certs
 The certificate chain. More...
 
string cipher
 The negotiated cipher suite. More...
 
bool verified
 The certificate chain verification status. More...
 
- Data Members inherited from Ice::ConnectionInfo
string adapterName
 The name of the adapter associated with the connection. More...
 
string connectionId
 The connection id. More...
 
bool incoming
 Whether or not the connection is an incoming or outgoing connection. More...
 
ConnectionInfo underlying
 The information of the underyling transport or null if there's no underlying transport. More...
 

Detailed Description

Provides access to the connection details of an SSL connection.

Data Member Documentation

◆ certs

["cpp:type:std::vector<CertificatePtr>","java:type:java.security.cert.Certificate[]","cs:type:System.Security.Cryptography.X509Certificates.X509Certificate2[]","swift:type:[SecCertificate]"]
Ice::StringSeq certs

The certificate chain.

◆ cipher

string cipher

The negotiated cipher suite.

◆ verified

bool verified

The certificate chain verification status.


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