webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
cricket::CryptoParams Struct Reference

#include <cryptoparams.h>

Public Member Functions

 CryptoParams ()
 
 CryptoParams (int t, const std::string &cs, const std::string &kp, const std::string &sp)
 
bool Matches (const CryptoParams &params) const
 
 CryptoParams ()
 
 CryptoParams (int t, const std::string &cs, const std::string &kp, const std::string &sp)
 
bool Matches (const CryptoParams &params) const
 

Public Attributes

int tag
 
std::string cipher_suite
 
std::string key_params
 
std::string session_params
 

Constructor & Destructor Documentation

◆ CryptoParams() [1/4]

cricket::CryptoParams::CryptoParams ( )
inline

◆ CryptoParams() [2/4]

cricket::CryptoParams::CryptoParams ( int  t,
const std::string cs,
const std::string kp,
const std::string sp 
)
inline

◆ CryptoParams() [3/4]

cricket::CryptoParams::CryptoParams ( )
inline

◆ CryptoParams() [4/4]

cricket::CryptoParams::CryptoParams ( int  t,
const std::string cs,
const std::string kp,
const std::string sp 
)
inline

Member Function Documentation

◆ Matches() [1/2]

bool cricket::CryptoParams::Matches ( const CryptoParams params) const
inline

◆ Matches() [2/2]

bool cricket::CryptoParams::Matches ( const CryptoParams params) const
inline

Member Data Documentation

◆ cipher_suite

std::string cricket::CryptoParams::cipher_suite

◆ key_params

std::string cricket::CryptoParams::key_params

◆ session_params

std::string cricket::CryptoParams::session_params

◆ tag

int cricket::CryptoParams::tag

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