MySQL 5.6.14 Source Code Document
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
yaSSL::CertManager Class Reference

Public Member Functions

void AddPeerCert (x509 *x)
void CopySelfCert (const x509 *x)
int CopyCaCert (const x509 *x)
int Validate ()
int SetPrivateKey (const x509 &)
const x509get_cert () const
const opaque * get_peerKey () const
const opaque * get_privateKey () const
X509get_peerX509 () const
X509get_selfX509 () const
SignatureAlgorithm get_keyType () const
SignatureAlgorithm get_peerKeyType () const
uint get_peerKeyLength () const
uint get_privateKeyLength () const
bool verifyPeer () const
bool verifyNone () const
bool failNoCert () const
bool sendVerify () const
void setVerifyPeer ()
void setVerifyNone ()
void setFailNoCert ()
void setSendVerify ()
void setPeerX509 (X509 *)
void setVerifyCallback (VerifyCallback)

Detailed Description

Definition at line 72 of file cert_wrapper.hpp.


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