#include <XrdTlsContext.hh>
|
| std::string | cert |
| | -> certificate path.
|
| |
| std::string | pkey |
| | -> private key path.
|
| |
| std::string | cadir |
| | -> ca cert directory.
|
| |
| std::string | cafile |
| | -> ca cert file.
|
| |
| uint64_t | opts |
| | Options as passed to the constructor.
|
| |
| int | crlRT |
| | crl refresh interval time in seconds
|
| |
| int | rsvd |
| |
Get parameters used to create the context.
- Returns
- Pointer to a structure contaning initialization parameters.
◆ CTX_Params()
| XrdTlsContext::CTX_Params::CTX_Params |
( |
| ) |
|
|
inline |
◆ ~CTX_Params()
| XrdTlsContext::CTX_Params::~CTX_Params |
( |
| ) |
|
|
inline |
◆ cadir
| std::string XrdTlsContext::CTX_Params::cadir |
◆ cafile
| std::string XrdTlsContext::CTX_Params::cafile |
◆ cert
| std::string XrdTlsContext::CTX_Params::cert |
◆ 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 |
◆ rsvd
| int XrdTlsContext::CTX_Params::rsvd |
The documentation for this struct was generated from the following file: