PcapPlusPlus
22.11
|
#include <SSLHandshake.h>
Public Member Functions | |
SSLCertificateVerifyMessage (uint8_t *data, size_t dataLen, SSLHandshakeLayer *container) | |
uint8_t * | getSignedHash () const |
size_t | getSignedHashLength () const |
std::string | toString () const |
Additional Inherited Members |
Represents SSL/TLS certificate-verify message (type 15). Inherits from SSLHandshakeMessage and adds parsing functionality such as retrieving signed hash data as raw data (parsing may be added in the future)
|
inline |
C'tor for this class. Currently only in use in SSLHandshakeMessage::createHandshakeMessage() and should be used by a user
[in] | data | The message as raw data |
[in] | dataLen | Message raw data length in bytes |
[in] | container | The SSL handshake layer which shall contain this message |
uint8_t* pcpp::SSLCertificateVerifyMessage::getSignedHash | ( | ) | const |
size_t pcpp::SSLCertificateVerifyMessage::getSignedHashLength | ( | ) | const |
|
virtual |
Implements pcpp::SSLHandshakeMessage.