|
XRootD
|
#include <XrdTlsContext.hh>
Collaboration diagram for XrdTlsContext::CTX_Params:Public Member Functions | |
| CTX_Params () | |
| ~CTX_Params () | |
Public Attributes | |
| std::string | cadir |
| -> ca cert directory. More... | |
| std::string | cafile |
| -> ca cert file. More... | |
| std::string | cert |
| -> certificate path. More... | |
| int | crlRT |
| crl refresh interval time in seconds More... | |
| uint64_t | opts |
| Options as passed to the constructor. More... | |
| std::string | pkey |
| -> private key path. More... | |
| int | rsvd |
Get parameters used to create the context.
Definition at line 74 of file XrdTlsContext.hh.
|
inline |
Definition at line 83 of file XrdTlsContext.hh.
|
inline |
Definition at line 84 of file XrdTlsContext.hh.
| std::string XrdTlsContext::CTX_Params::cadir |
-> ca cert directory.
Definition at line 77 of file XrdTlsContext.hh.
Referenced by XrdTlsContext::XrdTlsContext(), XrdTlsContext::Clone(), and XrdTlsContext::x509Verify().
| std::string XrdTlsContext::CTX_Params::cafile |
-> ca cert file.
Definition at line 78 of file XrdTlsContext.hh.
Referenced by XrdTlsContext::XrdTlsContext(), XrdTlsContext::Clone(), and XrdTlsContext::x509Verify().
| std::string XrdTlsContext::CTX_Params::cert |
-> certificate path.
Definition at line 75 of file XrdTlsContext.hh.
Referenced by XrdTlsContext::XrdTlsContext(), XrdTlsContext::Clone(), and XrdTlsContext::newHostCertificateDetected().
| int XrdTlsContext::CTX_Params::crlRT |
crl refresh interval time in seconds
Definition at line 80 of file XrdTlsContext.hh.
Referenced by XrdTlsContext::XrdTlsContext(), XrdTlsCrl::Refresh(), and XrdTlsContext::SetCrlRefresh().
| uint64_t XrdTlsContext::CTX_Params::opts |
Options as passed to the constructor.
Definition at line 79 of file XrdTlsContext.hh.
Referenced by XrdTlsContext::XrdTlsContext(), XrdTlsContext::Clone(), XrdTlsSocket::Init(), and XrdTlsContext::SetTlsClientAuth().
| std::string XrdTlsContext::CTX_Params::pkey |
-> private key path.
Definition at line 76 of file XrdTlsContext.hh.
Referenced by XrdTlsContext::XrdTlsContext(), and XrdTlsContext::Clone().
| int XrdTlsContext::CTX_Params::rsvd |
Definition at line 81 of file XrdTlsContext.hh.