|
proxygen
|
#include <SSLContextSelectionMisc.h>
Public Member Functions | |
| SSLContextKey (DNString dns, CertCrypto crypto=CertCrypto::BEST_AVAILABLE) | |
| bool | operator== (const SSLContextKey &rhs) const |
Public Attributes | |
| DNString | dnString |
| CertCrypto | certCrypto |
Definition at line 72 of file SSLContextSelectionMisc.h.
|
inlineexplicit |
Definition at line 76 of file SSLContextSelectionMisc.h.
|
inline |
| CertCrypto wangle::SSLContextKey::certCrypto |
Definition at line 74 of file SSLContextSelectionMisc.h.
Referenced by wangle::SSLContextManager::getSSLCtxBySuffix(), and operator==().
| DNString wangle::SSLContextKey::dnString |
Definition at line 73 of file SSLContextSelectionMisc.h.
Referenced by wangle::SSLContextManager::getSSLCtxByExactDomain(), wangle::SSLContextManager::getSSLCtxBySuffix(), and operator==().