#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 613 of file gloox.h.
|
Determines whether the cert chain verified ok. |
|
The cipher used for the connection. |
|
The compression used for the connection. |
|
The date from which onwards the certificate is valid. |
|
The date up to which the certificate is valid. |
|
The name of the issuing entity. |
|
The MAC used for the connection. |
|
The encryption protocol used for the connection. |
|
The server the certificate has been issued for. |
|
Bitwise or'ed CertStatus or CERT_OK. Definition at line 615 of file gloox.h. Referenced by Connection::tlsHandshake(). |