PcapPlusPlus
Next
|
#include <X509Decoder.h>
Public Member Functions | |
X509SerialNumber (const std::string &serialNumber) | |
std::string | toString (const std::string &delimiter=":") const |
Represents the serial number of an X.509 certificate
|
inlineexplicit |
Constructs an X509SerialNumber from a serial number hex string
[in] | serialNumber | The serial number as a hex string |
std::string pcpp::X509SerialNumber::toString | ( | const std::string & | delimiter = ":" | ) | const |
Converts the serial number to a formatted string
[in] | delimiter | The delimiter to use between the bytes (default: ":") |