proxygen
|
#include <Types.h>
Public Attributes | |
Buf | certificate_request_context |
std::vector< CertificateEntry > | certificate_list |
Public Attributes inherited from fizz::HandshakeStruct< Event::Certificate, HandshakeType::certificate > | |
folly::Optional< Buf > | originalEncoding |
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 |
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 |
Definition at line 238 of file Types.h.
Referenced by fizz::test::TestMessages::certificate(), fizz::decode(), fizz::CertUtils::getCertMessage(), fizz::detail::getEmptyAuthenticator(), and fizz::sm::handleCertMsg().