
#include <privatekey.h>
Public Types | |
| typedef ConexusPointer < PrivateKey > | pointer |
Public Member Functions | |
| ~PrivateKey () | |
| operator bool () | |
| void | set_cobj (SECKEYPrivateKey *cobj) |
| SECKEYPrivateKey * | cobj () |
Static Public Member Functions | |
| static pointer | create (SECKEYPrivateKey *key=NULL) |
| static pointer | create (Certificate::pointer cert, void *wincx) |
Protected Member Functions | |
| PrivateKey (SECKEYPrivateKey *key=NULL) | |
Protected Attributes | |
| SECKEYPrivateKey * | m_cobj |
| typedef ConexusPointer<PrivateKey> Conexus::NSS::PrivateKey::pointer |
| Conexus::NSS::PrivateKey::PrivateKey | ( | SECKEYPrivateKey * | key = NULL |
) | [protected] |
Referenced by create().
| Conexus::NSS::PrivateKey::~PrivateKey | ( | ) |
References m_cobj.
| SECKEYPrivateKey * Conexus::NSS::PrivateKey::cobj | ( | ) |
References m_cobj.
| PrivateKey::pointer Conexus::NSS::PrivateKey::create | ( | Certificate::pointer | cert, | |
| void * | wincx | |||
| ) | [static] |
References PrivateKey().
| PrivateKey::pointer Conexus::NSS::PrivateKey::create | ( | SECKEYPrivateKey * | key = NULL |
) | [static] |
References PrivateKey().
| Conexus::NSS::PrivateKey::operator bool | ( | ) |
References m_cobj.
| void Conexus::NSS::PrivateKey::set_cobj | ( | SECKEYPrivateKey * | cobj | ) |
References m_cobj.
SECKEYPrivateKey* Conexus::NSS::PrivateKey::m_cobj [protected] |
Referenced by cobj(), operator bool(), set_cobj(), and ~PrivateKey().
1.5.8