xrootd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
XrdTlsContext::CTX_Params Struct Reference

#include <XrdTlsContext.hh>

Public Member Functions

 CTX_Params ()
 
 ~CTX_Params ()
 

Public Attributes

std::string cert
 -> certificate path. More...
 
std::string pkey
 -> private key path. More...
 
std::string cadir
 -> ca cert directory. More...
 
std::string cafile
 -> ca cert file. More...
 
uint64_t opts
 Options as passed to the constructor. More...
 
int crlRT
 crl refresh interval time in seconds More...
 
int rsvd
 

Detailed Description

Get parameters used to create the context.

Returns
Pointer to a structure contaning initialization parameters.

Constructor & Destructor Documentation

XrdTlsContext::CTX_Params::CTX_Params ( )
inline
XrdTlsContext::CTX_Params::~CTX_Params ( )
inline

Member Data Documentation

std::string XrdTlsContext::CTX_Params::cadir

-> ca cert directory.

std::string XrdTlsContext::CTX_Params::cafile

-> ca cert file.

std::string XrdTlsContext::CTX_Params::cert

-> certificate path.

int XrdTlsContext::CTX_Params::crlRT

crl refresh interval time in seconds

uint64_t XrdTlsContext::CTX_Params::opts

Options as passed to the constructor.

std::string XrdTlsContext::CTX_Params::pkey

-> private key path.

int XrdTlsContext::CTX_Params::rsvd

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