proxygen
fizz::CertificateMsg Struct Reference

#include <Types.h>

Inheritance diagram for fizz::CertificateMsg:
fizz::HandshakeStruct< Event::Certificate, HandshakeType::certificate > fizz::EventType< e >

Public Attributes

Buf certificate_request_context
 
std::vector< CertificateEntrycertificate_list
 
- Public Attributes inherited from fizz::HandshakeStruct< Event::Certificate, HandshakeType::certificate >
folly::Optional< BuforiginalEncoding
 

Additional Inherited Members

- Static Public Attributes inherited from fizz::HandshakeStruct< Event::Certificate, HandshakeType::certificate >
static constexpr HandshakeType handshake_type
 
- Static Public Attributes inherited from fizz::EventType< e >
static constexpr Event event = e
 

Detailed Description

Definition at line 236 of file Types.h.

Member Data Documentation

std::vector<CertificateEntry> fizz::CertificateMsg::certificate_list

Definition at line 239 of file Types.h.

Referenced by fizz::decode(), fizz::CertUtils::getCertMessage(), and fizz::sm::handleCertMsg().

Buf fizz::CertificateMsg::certificate_request_context

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