CertInfo Struct Reference
#include <gloox.h>
List of all members.
Detailed Description
Describes the certificate presented by the peer.
Definition at line 945 of file gloox.h.
Member Data Documentation
Bitwise or'ed CertStatus or CertOK.
Definition at line 947 of file gloox.h.
Determines whether the cert chain verified ok.
Definition at line 948 of file gloox.h.
The name of the issuing entity.
Definition at line 949 of file gloox.h.
The server the certificate has been issued for.
Definition at line 950 of file gloox.h.
The date from which onwards the certificate is valid (in UTC, not set when using OpenSSL).
Definition at line 951 of file gloox.h.
The date up to which the certificate is valid (in UTC, not set when using OpenSSL).
Definition at line 953 of file gloox.h.
The encryption protocol used for the connection.
Definition at line 955 of file gloox.h.
The cipher used for the connection.
Definition at line 956 of file gloox.h.
The MAC used for the connection.
Definition at line 957 of file gloox.h.
The compression used for the connection.
Definition at line 958 of file gloox.h.
The documentation for this struct was generated from the following file: