Struct SolidSyslogTlsFingerprint¶
ClassList > SolidSyslogTlsFingerprint
A parsed fingerprint: which hash, and its bytes.
#include <SolidSyslogTlsFingerprint.h>
struct SolidSyslogTlsFingerprint
{
enum SolidSyslogTlsHashAlgorithm Algorithm;
uint8_t Digest[SOLIDSYSLOG_TLS_FINGERPRINT_DIGEST_MAX];
size_t Length;
};
Public Attributes Documentation¶
Algorithm¶
Digest¶
Length¶
The documentation for this class was generated from the following file Core/Interface/SolidSyslogTlsFingerprint.h