proxygen
wangle::SSLContextKey Struct Reference

#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
 

Detailed Description

Definition at line 72 of file SSLContextSelectionMisc.h.

Constructor & Destructor Documentation

wangle::SSLContextKey::SSLContextKey ( DNString  dns,
CertCrypto  crypto = CertCrypto::BEST_AVAILABLE 
)
inlineexplicit

Definition at line 76 of file SSLContextSelectionMisc.h.

Member Function Documentation

bool wangle::SSLContextKey::operator== ( const SSLContextKey rhs) const
inline

Definition at line 80 of file SSLContextSelectionMisc.h.

References certCrypto, and dnString.

80  {
81  return dnString == rhs.dnString && certCrypto == rhs.certCrypto;
82  }
FOLLY_PUSH_WARNING RHS rhs
Definition: Traits.h:649

Member Data Documentation

CertCrypto wangle::SSLContextKey::certCrypto

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