#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 943 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 (UNIX timestamp; UTC; not set when using OpenSSL). |
|
|
The date up to which the certificate is valid (UNIX timestamp; UTC; not set when using OpenSSL). |
|
|
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 CertOK. |
1.4.1