|
proxygen
|
#include <Types.h>
Public Attributes | |
| SignatureScheme | algorithm |
| Buf | signature |
Public Attributes inherited from fizz::HandshakeStruct< Event::CertificateVerify, HandshakeType::certificate_verify > | |
| folly::Optional< Buf > | originalEncoding |
Additional Inherited Members | |
Static Public Attributes inherited from fizz::HandshakeStruct< Event::CertificateVerify, HandshakeType::certificate_verify > | |
| static constexpr HandshakeType | handshake_type |
Static Public Attributes inherited from fizz::EventType< e > | |
| static constexpr Event | event = e |
| SignatureScheme fizz::CertificateVerify::algorithm |
Definition at line 273 of file Types.h.
Referenced by fizz::test::TestMessages::certificateVerify(), fizz::decode(), fizz::sm::getCertificateVerify(), fizz::sm::handleCertMsg(), and fizz::ExportedAuthenticator::makeAuthenticator().
| Buf fizz::CertificateVerify::signature |
Definition at line 274 of file Types.h.
Referenced by fizz::test::TestMessages::certificateVerify(), fizz::decode(), fizz::sm::getCertificateVerify(), fizz::sm::handleCertMsg(), and fizz::ExportedAuthenticator::makeAuthenticator().