|
proxygen
|
#include <Types.h>
Public Attributes | |
| CertificateCompressionAlgorithm | algorithm |
| uint32_t | uncompressed_length |
| Buf | compressed_certificate_message |
Public Attributes inherited from fizz::HandshakeStruct< Event::CompressedCertificate, HandshakeType::compressed_certificate > | |
| folly::Optional< Buf > | originalEncoding |
Additional Inherited Members | |
Static Public Attributes inherited from fizz::HandshakeStruct< Event::CompressedCertificate, HandshakeType::compressed_certificate > | |
| static constexpr HandshakeType | handshake_type |
Static Public Attributes inherited from fizz::EventType< e > | |
| static constexpr Event | event = e |
| CertificateCompressionAlgorithm fizz::CompressedCertificate::algorithm |
Definition at line 245 of file Types.h.
Referenced by fizz::CertUtils::cloneCompressedCert(), fizz::ZlibCertificateCompressor::compress(), fizz::test::TestMessages::compressedCertificate(), fizz::decode(), fizz::ZlibCertificateDecompressor::decompress(), and fizz::client::test::TEST_F().
| Buf fizz::CompressedCertificate::compressed_certificate_message |
Definition at line 247 of file Types.h.
Referenced by fizz::CertUtils::cloneCompressedCert(), fizz::ZlibCertificateCompressor::compress(), fizz::test::TestMessages::compressedCertificate(), fizz::decode(), fizz::ZlibCertificateDecompressor::decompress(), and fizz::client::test::TEST_F().
| uint32_t fizz::CompressedCertificate::uncompressed_length |
Definition at line 246 of file Types.h.
Referenced by fizz::CertUtils::cloneCompressedCert(), fizz::ZlibCertificateCompressor::compress(), fizz::test::TestMessages::compressedCertificate(), fizz::decode(), fizz::ZlibCertificateDecompressor::decompress(), and fizz::client::test::TEST_F().