PTLib  Version 2.18.8
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
PSSLChannel::VerifyInfo Struct Reference

#include <pssl.h>

Collaboration diagram for PSSLChannel::VerifyInfo:

Public Member Functions

 VerifyInfo (bool ok, const PSSLCertificate &cert, int err)
 

Public Attributes

bool m_ok
 
PSSLCertificate m_peerCertificate
 
int m_errorCode
 

Constructor & Destructor Documentation

PSSLChannel::VerifyInfo::VerifyInfo ( bool  ok,
const PSSLCertificate cert,
int  err 
)
inline

Member Data Documentation

int PSSLChannel::VerifyInfo::m_errorCode
bool PSSLChannel::VerifyInfo::m_ok
PSSLCertificate PSSLChannel::VerifyInfo::m_peerCertificate

The documentation for this struct was generated from the following file: