![]() |
XRootD
|
#include <XrdTlsPeerCerts.hh>
Public Member Functions | |
XrdTlsPeerCerts (X509 *pCert=0, STACK_OF(X509) *pChain=0) | |
~XrdTlsPeerCerts () | |
X509 * | getCert (bool upref=true) |
bool | hasCert () |
bool | hasChain () |
STACK_OF (X509) *getChain() | |
Definition at line 34 of file XrdTlsPeerCerts.hh.
|
inline |
Constructor
pCert | - pointer to the cert. |
pChain | - pointer to the chain. |
Definition at line 93 of file XrdTlsPeerCerts.hh.
XrdTlsPeerCerts::~XrdTlsPeerCerts | ( | ) |
Definition at line 61 of file XrdTlsPeerCerts.cc.
X509 * XrdTlsPeerCerts::getCert | ( | bool | upref = true | ) |
Obtain pointer to the cert.
upref | When true the cert reference count is increased by one. Otherwise, the reference count stays the same (see note). |
Definition at line 76 of file XrdTlsPeerCerts.cc.
Referenced by XrdCryptosslX509ParseStack().
|
inline |
Check if this object has a cert.
Definition at line 76 of file XrdTlsPeerCerts.hh.
Referenced by XrdCryptosslX509ParseStack().
|
inline |
Check if this object has a chain.
Definition at line 84 of file XrdTlsPeerCerts.hh.
Referenced by XrdCryptosslX509ParseStack().
|
inline |
Obtain pointer to the chain.
Definition at line 68 of file XrdTlsPeerCerts.hh.