CertInfo Struct Reference

#include <gloox.h>

List of all members.

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


Detailed Description

Describes the certificate presented by the peer.

Definition at line 613 of file gloox.h.


Member Data Documentation

bool chain
 

Determines whether the cert chain verified ok.

Definition at line 616 of file gloox.h.

std::string cipher
 

The cipher used for the connection.

Definition at line 622 of file gloox.h.

std::string compression
 

The compression used for the connection.

Definition at line 624 of file gloox.h.

int date_from
 

The date from which onwards the certificate is valid.

Definition at line 619 of file gloox.h.

int date_to
 

The date up to which the certificate is valid.

Definition at line 620 of file gloox.h.

std::string issuer
 

The name of the issuing entity.

Definition at line 617 of file gloox.h.

std::string mac
 

The MAC used for the connection.

Definition at line 623 of file gloox.h.

std::string protocol
 

The encryption protocol used for the connection.

Definition at line 621 of file gloox.h.

std::string server
 

The server the certificate has been issued for.

Definition at line 618 of file gloox.h.

int status
 

Bitwise or'ed CertStatus or CERT_OK.

Definition at line 615 of file gloox.h.

Referenced by Connection::tlsHandshake().


The documentation for this struct was generated from the following file:
Generated on Mon Jan 16 16:19:58 2006 for gloox by  doxygen 1.4.6