Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayLib::cX509KeyCrtPair Class Reference

#include <cX509KeyCrtPair.h>

Public Member Functions

 cX509KeyCrtPair (cX509Crt *pXCert=nullptr)
 
virtual ~cX509KeyCrtPair ()
 

Static Public Member Functions

static void FreeKeyCertChain (cX509KeyCrtPair *pKeyCrtPair)
 

Public Attributes

cRefPtr< cX509Crtm_pCert
 public key cert More...
 
cKeyWrap m_KeyPriv
 private key for m_pCert More...
 
cX509KeyCrtPairm_pNextKeyCrt
 next private key/cert pair in a chain More...
 

Detailed Description

A full cert. That I own. public and private sides. List of public certificate + private key pairs. locally owned.

Constructor & Destructor Documentation

◆ cX509KeyCrtPair()

GrayLib::cX509KeyCrtPair::cX509KeyCrtPair ( cX509Crt pXCert = nullptr)
inline

◆ ~cX509KeyCrtPair()

virtual GrayLib::cX509KeyCrtPair::~cX509KeyCrtPair ( )
inlinevirtual

Member Function Documentation

◆ FreeKeyCertChain()

static void GrayLib::cX509KeyCrtPair::FreeKeyCertChain ( cX509KeyCrtPair pKeyCrtPair)
inlinestatic

Member Data Documentation

◆ m_KeyPriv

cKeyWrap GrayLib::cX509KeyCrtPair::m_KeyPriv

private key for m_pCert

◆ m_pCert

cRefPtr<cX509Crt> GrayLib::cX509KeyCrtPair::m_pCert

public key cert

◆ m_pNextKeyCrt

cX509KeyCrtPair* GrayLib::cX509KeyCrtPair::m_pNextKeyCrt

next private key/cert pair in a chain


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