xrootd
|
#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 |
Get parameters used to create the context.
|
inline |
|
inline |
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 |