#include <gloox.h>
Public Attributes | |
| int | status |
| bool | chain |
| std::string | issuer |
| std::string | server |
| int | date_from |
| int | date_to |
| std::string | protocol |
| std::string | cipher |
| std::string | mac |
| std::string | compression |
Definition at line 703 of file gloox.h.
| bool chain |
Determines whether the cert chain verified ok.
Definition at line 706 of file gloox.h.
Referenced by Connection::tlsHandshake().
| std::string cipher |
The cipher used for the connection.
Definition at line 712 of file gloox.h.
Referenced by Connection::tlsHandshake().
| std::string compression |
The compression used for the connection.
Definition at line 714 of file gloox.h.
Referenced by Connection::tlsHandshake().
| int date_from |
The date from which onwards the certificate is valid.
Definition at line 709 of file gloox.h.
Referenced by Connection::tlsHandshake().
| int date_to |
The date up to which the certificate is valid.
Definition at line 710 of file gloox.h.
Referenced by Connection::tlsHandshake().
| std::string issuer |
The name of the issuing entity.
Definition at line 707 of file gloox.h.
Referenced by Connection::tlsHandshake().
| std::string mac |
The MAC used for the connection.
Definition at line 713 of file gloox.h.
Referenced by Connection::tlsHandshake().
| std::string protocol |
The encryption protocol used for the connection.
Definition at line 711 of file gloox.h.
Referenced by Connection::tlsHandshake().
| std::string server |
The server the certificate has been issued for.
Definition at line 708 of file gloox.h.
Referenced by Connection::tlsHandshake().
| int status |
Bitwise or'ed CertStatus or CertOK.
Definition at line 705 of file gloox.h.
Referenced by Connection::tlsHandshake().
1.4.7