Ssl::CertValidationResponse::RecvdError Class Reference

#include <cert_validate_message.h>

Collaboration diagram for Ssl::CertValidationResponse::RecvdError:

Public Member Functions

void setCert (X509 *)
 Sets cert to the given certificate. More...
 

Public Attributes

int id = 0
 The id of the error. More...
 
Security::ErrorCode error_no = 0
 The OpenSSL error code. More...
 
std::string error_reason
 A string describing the error. More...
 
Security::CertPointer cert
 The broken certificate. More...
 
int error_depth = -1
 The error depth. More...
 

Detailed Description

This class used to hold error information returned from cert validator helper.

Definition at line 47 of file cert_validate_message.h.

Member Function Documentation

◆ setCert()

void Ssl::CertValidationResponse::RecvdError::setCert ( X509 *  aCert)

Member Data Documentation

◆ cert

Security::CertPointer Ssl::CertValidationResponse::RecvdError::cert

Definition at line 54 of file cert_validate_message.h.

◆ error_depth

int Ssl::CertValidationResponse::RecvdError::error_depth = -1

Definition at line 55 of file cert_validate_message.h.

Referenced by Ssl::CertValidationMsg::tryParsingResponse().

◆ error_no

Security::ErrorCode Ssl::CertValidationResponse::RecvdError::error_no = 0

Definition at line 52 of file cert_validate_message.h.

Referenced by Ssl::CertValidationMsg::tryParsingResponse().

◆ error_reason

std::string Ssl::CertValidationResponse::RecvdError::error_reason

Definition at line 53 of file cert_validate_message.h.

Referenced by Ssl::CertValidationMsg::tryParsingResponse().

◆ id

int Ssl::CertValidationResponse::RecvdError::id = 0

Definition at line 51 of file cert_validate_message.h.

Referenced by Ssl::CertValidationResponse::getError().


The documentation for this class was generated from the following files:

 

Introduction

Documentation

Support

Miscellaneous

Web Site Translations

Mirrors