xrootd
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

◆ CTX_Params()

XrdTlsContext::CTX_Params::CTX_Params ( )
inline

◆ ~CTX_Params()

XrdTlsContext::CTX_Params::~CTX_Params ( )
inline

Member Data Documentation

◆ cadir

std::string XrdTlsContext::CTX_Params::cadir

-> ca cert directory.

◆ cafile

std::string XrdTlsContext::CTX_Params::cafile

-> ca cert file.

◆ cert

std::string XrdTlsContext::CTX_Params::cert

-> certificate path.

◆ crlRT

int XrdTlsContext::CTX_Params::crlRT

crl refresh interval time in seconds

◆ opts

uint64_t XrdTlsContext::CTX_Params::opts

Options as passed to the constructor.

◆ pkey

std::string XrdTlsContext::CTX_Params::pkey

-> private key path.

◆ rsvd

int XrdTlsContext::CTX_Params::rsvd

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