![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#include <cX509KeyCrtPair.h>
Public Member Functions | |
cX509KeyCrtPair (cX509Crt *pXCert=nullptr) | |
virtual | ~cX509KeyCrtPair () |
Static Public Member Functions | |
static void | FreeKeyCertChain (cX509KeyCrtPair *pKeyCrtPair) |
Public Attributes | |
cRefPtr< cX509Crt > | m_pCert |
public key cert More... | |
cKeyWrap | m_KeyPriv |
private key for m_pCert More... | |
cX509KeyCrtPair * | m_pNextKeyCrt |
next private key/cert pair in a chain More... | |
A full cert. That I own. public and private sides. List of public certificate + private key pairs. locally owned.
|
inline |
|
inlinevirtual |
|
inlinestatic |
cKeyWrap GrayLib::cX509KeyCrtPair::m_KeyPriv |
private key for m_pCert
cX509KeyCrtPair* GrayLib::cX509KeyCrtPair::m_pNextKeyCrt |
next private key/cert pair in a chain