proxygen
fizz::client::CachedPsk Struct Reference

#include <PskCache.h>

Public Attributes

std::string psk
 
std::string secret
 
PskType type
 
ProtocolVersion version
 
CipherSuite cipher
 
folly::Optional< NamedGroupgroup
 
std::shared_ptr< const CertserverCert
 
std::shared_ptr< const CertclientCert
 
uint32_t maxEarlyDataSize {0}
 
folly::Optional< std::stringalpn
 
uint32_t ticketAgeAdd
 
std::chrono::system_clock::time_point ticketIssueTime
 
std::chrono::system_clock::time_point ticketExpirationTime
 

Detailed Description

Definition at line 20 of file PskCache.h.

Member Data Documentation

std::shared_ptr<const Cert> fizz::client::CachedPsk::clientCert
uint32_t fizz::client::CachedPsk::maxEarlyDataSize {0}
std::shared_ptr<const Cert> fizz::client::CachedPsk::serverCert
uint32_t fizz::client::CachedPsk::ticketAgeAdd
std::chrono::system_clock::time_point fizz::client::CachedPsk::ticketExpirationTime
std::chrono::system_clock::time_point fizz::client::CachedPsk::ticketIssueTime

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